change background

This commit is contained in:
2018-03-24 22:44:21 +08:00
parent f8d468a0cc
commit 5c223dbdd1
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
body {
background: linear-gradient(-45deg, rgb(172, 250, 227), rgb(172, 243, 255));
background: url(../image/background.jpg) fixed;
background-size: cover;
}
#center {
@ -7,7 +8,7 @@ body {
padding: 2%;
border-radius: 2em;
background-color: white;
opacity: 0.7;
opacity: 0.87;
}
#title {

BIN
image/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 KiB