1.text-decoration:none;
a标签无。
2.background:white;
背景颜色:白色。
3.margin:0px auto;
外边框 上下无 左右居中
4.float:left;
浮动 左浮动
5.text-align:center;
居中显示
6.line-height:50px;
行高50像素
7.list-style:none;
li标签 无
8.margin-left(right)(top)(bottom);
左右 上下 边距
9.border-style:solid;
线条样式 实线
10.border-radius:1px;
圆角1像素
11.overflow:hidden;
清楚浮动
12.display:inline-block;
设置块状元素
网友评论