CSS相关属性:
字体属性:
font-size:24px; (默认12px)
font-family:"隶书“
font-weight:700
font-color:
text-decration:underline; overline; line-through
text-transform:uppercase; lowercase; capitalize
test-spaceing:10px;
文本对齐方式设置:text-align:center
line-height:200px;(数值等于边框高度)
边框属性
# d1
{height:100px;
width:100px;
border:solid 2px #F00;
}
dotted, dashed (线条类型)
border-style:solid;
border-width:3px
border-color:#F00
border-top: right bottom left
背景属性:
background-color:
background-image:url(相对路径../image/12.jpg);
图像铺满问题: background-repaet:no-repeat; x; Y; (不铺满、横向重复铺满、纵向铺满)
backgroud-position:10px 20px;
backgroud-size:cover (背景图片放大铺满)
背景图片固定:backgroud-attachment:fixed