css命令
⽂字倾斜font-style:italic
font-style:oblique强制换⾏
⽂字粗细font-weight:bold加粗
font-weight:bolder⽐加粗还要粗
font-weight:lighter默认细线
font-weight:100-----900⽂字粗细9个样式font-weight:normal400样式常⽤这种样式
⽂字⼤⼩font-size: 60px ⽂字字体font-family:"宋体"
⽂字装饰text-decoration:underline添加下划线
text-decoration:overline添加下划线
text align centertext-decoration:line-through加删除线(穿过字体)
⽂字位置text-align:left⽂字居左(默认)text-align:center⽂字居中
text-align:right⽂字居右
⽂字向右text-indent:3em⽂字向右缩进 em(空格)字间距letter-spacing: px
词间距word-spacing: px
⾏间距line-height:  px
字母⼤⼩写转换text-transform:uppercase全部换成⼤写text-transform:lowercase全部换成⼩写first-letter{test-text-transform:uppercase}⾸字母换成⼤写
背景颜⾊font-size:11.0pt;font-weight:400;font-
style:normal;text-decoration:none;text-
align:center;vertical-align:middle;mso-
protection:locked
visible;height:57.00pt;width:162.75pt;"
rowspan="4" >背景图⽚平铺
background-image:urll(路径)默认平铺
background-repeat:no-repeat不平铺background-repeat:repeat-x横向平铺background-repeat:repeat-y纵向平铺
背景图⽚移动background-position: px px像素移动
background-position:top right右上移动
background-position:conter正中
左下等等
background-attachment:fixed图⽚位置固定不会随⿏标移动background-attachment:scroll图⽚位置随⿏标移动background-size:cover图⽚撑满边框background-size:contain图⽚⼤⼩与边框⼀致background-size: x%  y%图⽚按⽐例放⼤
内边距padding:
外边距margin: px  px  px  px:

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。