Compare commits
2 Commits
63c9b2b078
...
6183e87901
Author | SHA1 | Date | |
---|---|---|---|
6183e87901 | |||
2df67ac8bb |
11
css/main.css
11
css/main.css
@@ -128,22 +128,33 @@ footer {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background: black;
|
background: black;
|
||||||
|
background-image: url("/img/background.jpg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
border: green;
|
||||||
|
border-style: double;
|
||||||
|
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
BIN
img/background.jpg
Normal file
BIN
img/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 430 KiB |
Reference in New Issue
Block a user