Adding background
This commit is contained in:
parent
aee091047e
commit
76512b2a27
BIN
interface/static/interface/background.png
Normal file
BIN
interface/static/interface/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 426 KiB |
@ -19,7 +19,16 @@
|
|||||||
border: 1px dashed #DDD;
|
border: 1px dashed #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HTML {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
BODY {
|
BODY {
|
||||||
|
background-image: url('../background.png');
|
||||||
|
background-position: center top;
|
||||||
|
background-size: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@ -29,6 +38,8 @@ BODY {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-family: 'Quicksand', Arial, Helvetica, sans-serif;
|
font-family: 'Quicksand', Arial, Helvetica, sans-serif;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
|
background-color: white;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user