made the bgcolor black, instead of white. oops
This commit is contained in:
parent
b6dd04968a
commit
e9cf0e2c04
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
margin: 20px auto;
|
||||
width: 60%;
|
||||
background: #FFFFFF url("/bg.jpg");
|
||||
background: #000000 url("/bg.jpg");
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue