change BG
This commit is contained in:
BIN
static/BG.jpg
BIN
static/BG.jpg
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
@ -1,6 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
background-image: url("static/BG.jpg");
|
background: linear-gradient(-45deg, #35577D, #141E30);
|
||||||
background-attachment: fixed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#center {
|
#center {
|
||||||
@ -8,7 +7,7 @@ body {
|
|||||||
padding: 2%;
|
padding: 2%;
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
opacity: 0.8;
|
opacity: 0.65;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
@ -26,4 +25,4 @@ big {
|
|||||||
#angry {
|
#angry {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user