css的常见元素

clear:both;    清除浮动,另一行开始,不会清除浮动!

diaplay:block;    变块级元素

position:relative;   相对移动 absolute;    绝对   static;   静态   fixed;   固定

background: radial-gradient(orange,red);   背景颜色渐变

text-align: center;         文本居中

letter-spacing:5px;     字体间距

word-spacing:5px;     单词间距

margin: auto;           框架居中

margin    外边距

padding    内边距

font-family    字体选择(serif‘选择系统的衬线体’)

color:red green blue brown yellow white black gray gold silve blue purple pink orange;颜色

border-radius: 8px 8px;    圆角矩形

font-size:1px;    字体大小

list-style:none;     清除列表点

line-height:1px;    行高(行高于高一样可以纵向居中)

text-decoration:none;    去下划线,underline,添加下划线,line-through,删除线,overline顶划线;

    /*..........*/注释


文章导航