增加一个背景图片
This commit is contained in:
parent
55711771d9
commit
0ca31d7f3f
|
|
@ -1,4 +1,8 @@
|
||||||
body {
|
body {
|
||||||
|
background-image: url('../images/bg.png');
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-position: top left;
|
||||||
|
background-attachment: scroll;
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
Loading…
Reference in New Issue