made the background black behind the image
This commit is contained in:
parent
7f86d2ee92
commit
78369f3758
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
body {
|
body {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
background-image: url("/bg.jpg");
|
background: #FFFFFF url("/bg.jpg");
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue