background 简写属性在一个声明中设置所有的背景属性。
可以设置如下属性:
- background-color
- background-position
- background-size
- background-repeat
- background-origin
- background-clip
- background-attachment
- background-image
body
{
background
: #00FF00 url(bgimage.gif) no-repeat fixed top;
}
CSS :first-child 选择器
p:first-child i
{
background:yellow;
}
html 横线
http://jingyan.baidu.com/article/af9f5a2d37342c43140a4500.html