本文主要包含背景样式,Css样式等相关知识,佚名  希望在学习及工作中可以帮助到您
  
  背景: 
1.背景属性都不能继承
2.背景色:其默认值是 transparent。transparent 有“透明”之意 h1 {background-color: #00ff00}
3.背景图像:背景重复 背景定位
    
        
5.百分数值
百分数值的表现方式更为复杂。假设你希望用百分数值将图像在其元素中居中,这很容易:
position: 0% 0%
 
1.背景属性都不能继承
2.背景色:其默认值是 transparent。transparent 有“透明”之意 h1 {background-color: #00ff00}
3.背景图像:背景重复 背景定位
| 单一关键字 | 等价的关键字 | 
|---|---|
| center | center center | 
| top | top center 或 center top | 
| bottom | bottom center 或 center bottom | 
| right | right center 或 center right | 
| left | left center 或 center left | 
5.百分数值
百分数值的表现方式更为复杂。假设你希望用百分数值将图像在其元素中居中,这很容易:
position: 0% 0%

