bg blue and green
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
body {
|
||||
background: linear-gradient(-45deg, #4567BD, #343E80);
|
||||
background: linear-gradient(-45deg, rgb(172, 250, 227), rgb(172, 243, 255));
|
||||
}
|
||||
|
||||
#center {
|
||||
@ -7,7 +7,7 @@ body {
|
||||
padding: 2%;
|
||||
border-radius: 2em;
|
||||
background-color: white;
|
||||
opacity: 0.5;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
#title {
|
||||
|
Reference in New Issue
Block a user