add background image
This commit is contained in:
parent
2aa2405ba7
commit
9d815479b2
BIN
contrib/static/img/bg.jpg
Normal file
BIN
contrib/static/img/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -104,6 +104,11 @@ th {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background-image: url("/static/img/bg.jpg");
|
||||||
|
background-size: 100% 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #ededed;
|
color: #ededed;
|
||||||
background: linear-gradient(to top, #111, #222) repeat scroll;
|
background: linear-gradient(to top, #111, #222) repeat scroll;
|
||||||
|
Reference in New Issue
Block a user