By烟花易冷

ZJAzure CSS
2014-02-28

width 宽度 (300px)

height 高度 (250px)

line-height 行宽 (应用于链级元素)

font-family 字体(如:微软雅黑)

font-size 字体大小 (36px)

background 设置背景 (如 red)(RGB)

color 字体颜色 (如red )(RGB)

text-align:center;   让文本居中

text-decoration:none;  去掉下划线

border: 1px solid #000;  设置一个颜色为#000,宽度为1px的边框

margin-top 离开顶部 (如50px)

margin-right 离开左边(如50px)

margin-right 离开右边 (如50px)

经典实例应用:http://jingyan.baidu.com/article/c910274bdef023cd371d2d6b.html