1.display 可以让行内元素跟块级元素相互转换, e.g. inline, block,inline-block,none
2. visibility and display的不同在于,visibility只是不显示,display是直接移除

3. 颜色的表示方法:rgb(99, 99, 178) 或者#997856 1em:用于移动端的像素表示




4. sans-serif是非衬线体 serif是衬线体
5.font-weight=> bold, normal, lighter, bolder => 100-900 700:bold 400:normal
6.font-style=>normal, italic, oblique

7.letter-spacing: word-spacing(对中文没影响): 10px 如果中文字之间有空格,会把空格设置成10px
8.

9.text-align text-indent
white-spacing=>normal, nowrap, pre

word-break=>break-all, normal, keep-all
margin: 0 auto;
网友评论