9.9样式

样式
大小
width
px代表像素
height
背景
background-color
background-image
background-repeat        背景图平铺方式
background-position      背景图片位置
background-attachment 设置背景图片是否随滚轴滚动
background-size            背景图大小200px 200px
字体
font-family
字体样式


font-size
在网页里出现比较小的字体一般是12px,正常一般是14~16px。


font-style
italic代表倾斜


font-weight
bold 加粗


text-decoration
underline
下划线
overline
上划线
line-through
穿过的线
none
用于去除超链接的下划线
color


对齐方式
text_align
水平对齐方式;
vertical-align
c垂直对齐方式,配合lin-height使用;
line-height
改变字体默认行高;
text-indent
缩进 px
设置完水平垂直对齐方式以后,还可以继续调整文字位置;


边框边界
margin
外边距
上右下左
padding
内边距
如果加了内边距,该元素会相应变大
border简写
粗细 边框样式 颜色 1px soild 颜色
border

posted on 2016-09-09 15:42  ysdong  阅读(138)  评论(0编辑  收藏  举报

导航