css样式表

一、样式表的分类

1.内联样式表

2.内嵌样式表

3.外部样式表

二、样式属性

1.样式表的背景

background-color :背景颜色

background-image:背景图片

background-position:center:背景居中

2.字体

font-family:字体样式

font-size:字体大小

font-weight:bold加粗

font-style:italic倾斜

test-decoration:underline下划线

3.边界和边框

border表格边框

margin表外间距

padding内容与单元格间距

4.格式与布局

position:fixed锁定位置

position:absolute绝对位置

position:relative相对位置

z-index:n  分成

float:left,right  流

原文地址:https://www.cnblogs.com/qdlj/p/6979811.html