1.颜色属性
background-color: #CCCCCC;
rgba (红色,绿色,蓝色,透明度)
background-color: rgba( 0, 0, 0, 5 )
2.字体属性
font-size:字体大小
font-style : 字体样式
font-weight: 加粗
3.文本位置:
text-align:center 文本居中
如果想要水平垂直居中在加上
line-height:文本框的高度;
4.边框
border :宽度、样式、颜色
(border-style border-color border-width )
5.图片背景
backgound-img :url("../../../image/1.jpg")
六、盒子模型
padding : 内边距
margin :外边距