码迷,mamicode.com
首页 > Web开发 > 详细

css1

时间:2016-05-23 00:40:45      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:

 

背景属性:
background;
background-color;
background-image;
background-repeat;(背景是否重复,有repeat-x 横式重复,repeat-y竖式重复,no-repeat不重复)
background-position;
background-attachment(fixed)


CSS文本
text-indent(缩进);
width;
text-align;
word-spacing(字间隔);
letter-spacing(字母间隔);
text-tranform;
text-docoration;
line-height(行高);
white-space(nowrap,禁止文本折行);
word-spacing(增加单词间距);
direction;

CSS字体
font-family(Arial,Verdana,Sans-serif....)
font-style;(normal,italic,oblique
font-variant(设置小型大写字母:small-caps,normal);
font-weight(文本粗细:bold,normal);
font-size;


链接:
样式:link,visited,hover,active
属性:text-decoration(underline,none)
背景色:background-color

CSS列表
list-style-type:(disc,circle,square,none;lower-roman,upper-roman,lower-alpha,upper-alpha)
list-style-image;
list-style-position;


CSS表格
border;
background-color;
border-collapse(是否把表格边框合并为单一的边框:collapse,separate(默认) );
border-spacing(相邻单元格的边框间的距离);
caption-side(表格标题的放置方式:bottom,top);
empty-cells(是否隐藏表格中空但愿格上的边框和背景(hide,show) );
table-layout(fixed,automatic,设置显示单元,行,列的算法)

 

CSS轮廓
outline-color
outline-style(dotted;dashed;solid;double;groove,ridge,inset,outset)
outline-width(轮廓宽度)
outline(在一个声明中设置所有轮廓属性)

css1

标签:

原文地址:http://www.cnblogs.com/847775724echo/p/5518348.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!