盒模型

盒子大小 = border + padding + width/height
盒子宽度 = 左border+左padding+width+右padding +右border
盒子高度 = 上border+上padding+height+下padding+下border

常见样式 一结构
结构样式:
    width 宽度             
    height 高度                
    background 背景         
    border 边框            
    padding 内边距         
    margin 外边距

复合属性:一个属性多个属性值的命令,叫做复合属性。

常见样式 —文本设置
font-size                  文字大小(一般均为偶数)
font-family              字体(中文默认宋体)
color                        文字颜色(英文、rgb、十六位进制色彩值)
line-height              行高
text-align                文本对齐方式
text-indent             首行缩进(em缩进字符)
font-weight            文字着重
font-style                文字倾斜
text-decoration      文本修饰
letter-spacing         字母间距
word-spacing         单词间距(以空格为解析单位)

常见复合属性
复合属性:
background
border
padding
margin

font:font-style | font-weight | font-size/line-height | font-family;


常见样式(17个)

width 宽度                                  height 高度
background 背景                       border 边框
padding 内边距                          margin 外边距
font-size  文字大小                      font-family 字体
color 文字颜色                      line-height 行高
text-align 文本对齐方式               text-indent 首行缩进
font-weight 文字着重                 font-style 文字样式
text-decoration 文本修饰           letter-spacing 字母间距
word-spacing 单词间距            

 

 

扫一扫手机访问