
css
csdn_zcq
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
display: block和display: inline的区别
display:block 1.处于常规流中,width没有设置会自动填满父容器 2.margin,pading生效 3.高度没有设置的情况下,会被处于常规流中的子元素撑开 4.vertical-align无效 display:inline 1.margin、padding在竖直方向无效,水平方向有效 2.width、height对display:inline元素无效,对于inline-block...原创 2019-01-29 14:50:15 · 491 阅读 · 0 评论 -
PNG GIF PG
简单粗暴的总结 1、JPEG is the format for photos. 2、GIF is the format for animations. 3、PNG8 is the format for everything else — icons, buttons, backgrounds, graphs…you name it. 参考 https://yuiblog.com/blog/200...原创 2019-01-29 16:05:52 · 197 阅读 · 0 评论 -
CSS继承属性
于文字排版的属性: font word-break 属性规定自动换行的处理方法 letter-spacing 属性增加或减少字符间的空白(字符间距)。 word-spacing 属性增加或减少单词间的空白 text-align 属性规定元素中的文本的水平对齐方式 white-space 属性设置如何处理元素内的空白。 text-indent 属性规定文本块中首行文本的缩进。 tex...原创 2019-01-29 16:34:19 · 277 阅读 · 0 评论