body {
background-color: green;
/*网页背景色*/
color: red;
/*默认字颜色*/
padding: 2px 3px 2px 4px
/*网页主体与边缘的距离,分别为上右下左方*/
text-align: center;
/*内容居中显示*/
font-size: 120%;
/*字体尺寸大小*/
font-weight: bold;
/*字体浓淡*/
font-style: Italic;
/*文字风格*/
font-variant: small-caps;
/*字体为小型大写字母*/
font-family: "Times New Roman",Georgia,Serif;
/*字体系列*/
line-height: 18px;
/*文字行距大小*/
background: url(图片链接) no-repeat;
/*背景图链接及重复属性*/
background-size: cover;
/*背景图尺寸*/
position: relative;
/*元素定位。absolute:绝对定位 fixed:相对于浏览器窗口进行定位 relative:相对于其正常位置进行定位 static:默认值,没有定位*/
}
Subscribe |
Register |
Login
| N