change background
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
background: linear-gradient(-45deg, rgb(172, 250, 227), rgb(172, 243, 255));
|
background: url(../image/background.jpg) fixed;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#center {
|
#center {
|
||||||
@ -7,7 +8,7 @@ body {
|
|||||||
padding: 2%;
|
padding: 2%;
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
opacity: 0.7;
|
opacity: 0.87;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
|
BIN
image/background.jpg
Normal file
BIN
image/background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 985 KiB |
Reference in New Issue
Block a user