Added background image like the main site
This commit is contained in:
parent
6be8ff903c
commit
eae006149c
2 changed files with 1 additions and 0 deletions
BIN
background.png
Normal file
BIN
background.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 9 KiB |
1
main.css
1
main.css
|
@ -5,6 +5,7 @@ body {
|
|||
body {
|
||||
font: 13px Helvetica Neue, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
background-image: url("background.png");
|
||||
}
|
||||
header {
|
||||
position: fixed;
|
||||
|
|
Reference in a new issue