Update static/css/style.css
Browse files- static/css/style.css +8 -2
static/css/style.css
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
body {
|
2 |
font-family: 'Roboto', sans-serif;
|
3 |
-
background
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
margin: 0;
|
5 |
padding: 0;
|
6 |
display: flex;
|
7 |
justify-content: center;
|
8 |
align-items: center;
|
9 |
-
height:
|
10 |
}
|
11 |
|
12 |
.container {
|
|
|
1 |
body {
|
2 |
font-family: 'Roboto', sans-serif;
|
3 |
+
background: linear-gradient(135deg,
|
4 |
+
#51e2f5 0%,
|
5 |
+
#9df9ef 25%,
|
6 |
+
#edf756 50%,
|
7 |
+
#ffa8b6 75%,
|
8 |
+
#a28089 100%
|
9 |
+
);
|
10 |
margin: 0;
|
11 |
padding: 0;
|
12 |
display: flex;
|
13 |
justify-content: center;
|
14 |
align-items: center;
|
15 |
+
height: 100vh;
|
16 |
}
|
17 |
|
18 |
.container {
|