首页 > 代码库 > css常用命令

css常用命令

text-decoration: none;      /*去除a标签下划线*/

background: url(img/a-bg.png)no-repeat center center; /*插入背景图片*/

line-height: 25px;          /*行高*/

outline:none;           /*去除input样式*/

border: 1px solid #8CBEDF;  /*设置border样式*/

border:none;   /*去除input的边框*/

vertical-align:bottom;          /*底部对齐  针对图片*/

text-align: center;         /*居中*/

box-shadow: 5px 5px 5px #000;    /*添加阴影*/

list-style: none;           /*去除li的点样式*/

word-spacing:10px;          /*添加a标签字间距*/

letter-spacing: 1px;        /*添加字间距*/

font-size: 13px;             /*字体大小*/

font-weight: 700;            /*字体加粗*/

font-family:"楷体";          /*更改字体*/

css常用命令