1、color
color:颜色值;(给文本指定颜色)
2、font-family
font-family:黑体;(指定字体)
3、font-size
font-size:18px(指定字体大小)
4、font-style
font-style:Italic;(外观斜体效果)
=i标签
em标签是强调重点刚好用斜体来表现
5、font-weight
font-weight:bold;
6、text-decoration(文本装饰)
none:默认值、无装饰
blink:闪烁
underline:下划线
line-through:贯穿线
overline:上划线
7、 text-indent(文本缩进)
text-indent:2em
8、 text-align(文本居中、水平对齐左中右两端)
text-align:center;
9、line-height(指定行高)
line-height:25px;
text-align
10 背景
background-color:背景颜色
background-position :背景图片位置
【position : top(上) | center(中) | bottom(右) | left(左) | center (中)| right(下) 】
【position :100px 200px】
background-attachment :背景图片滚动状态
【 scroll:默认值。背景图像是随对象内容滚动】
【 fixed : 背景图像固定 】
background-image : 背景图片
【none : 默认值。无背景图 】
【url ( url ): 使用绝对或相对 url 地址指定背景图像】
11 尺寸:width 宽 height 高
12 浮动:float : none | left | right
【none : 默认值。对象不飘浮
left : 文本流向对象的右边
right : 文本流向对象的左边 】
13 外补丁(外边距):
margin: 10% 10% 10% 10%;
14 内补丁 (内边距):
15 边框:border :
border-width边框粗细
border-style:dotted :点线。dashed :虚线 solid : 实线边框
border-color:
16 伪类
link
hover
active
visited
网友评论