Adding background

This commit is contained in:
Tris 2020-10-07 09:47:43 +11:00
parent aee091047e
commit 76512b2a27
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@ -19,7 +19,16 @@
border: 1px dashed #DDD;
}
HTML {
height: 100%;
}
BODY {
background-image: url('../background.png');
background-position: center top;
background-size: 100%;
background-repeat: no-repeat;
display: flex;
}
.main {
@ -29,6 +38,8 @@ BODY {
border-radius: 5px;
font-family: 'Quicksand', Arial, Helvetica, sans-serif;
font-size: 14pt;
background-color: white;
align-items: center;
}
.content {