Update static/css/style.css
Browse files- static/css/style.css +6 -6
static/css/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
body {
|
| 2 |
font-family: 'Roboto', sans-serif;
|
| 3 |
-
background: linear-gradient(
|
| 4 |
-
#
|
| 5 |
-
#
|
| 6 |
-
#
|
| 7 |
-
#
|
| 8 |
#a28089 100%
|
| 9 |
);
|
| 10 |
margin: 0;
|
|
@@ -12,7 +12,7 @@ body {
|
|
| 12 |
display: flex;
|
| 13 |
justify-content: center;
|
| 14 |
align-items: center;
|
| 15 |
-
height:
|
| 16 |
}
|
| 17 |
|
| 18 |
.container {
|
|
|
|
| 1 |
body {
|
| 2 |
font-family: 'Roboto', sans-serif;
|
| 3 |
+
background: linear-gradient(135deg,
|
| 4 |
+
#a0d2eb 0%,
|
| 5 |
+
#e5eaf5 30%,
|
| 6 |
+
#d0bdf4 40%,
|
| 7 |
+
#8458B3 50%,
|
| 8 |
#a28089 100%
|
| 9 |
);
|
| 10 |
margin: 0;
|
|
|
|
| 12 |
display: flex;
|
| 13 |
justify-content: center;
|
| 14 |
align-items: center;
|
| 15 |
+
height: 120vh;
|
| 16 |
}
|
| 17 |
|
| 18 |
.container {
|