firetac commited on
Commit
ecf05f0
·
verified ·
1 Parent(s): 83de764

Update static/css/style.css

Browse files
Files changed (1) hide show
  1. 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-color: linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);
 
 
 
 
 
 
4
  margin: 0;
5
  padding: 0;
6
  display: flex;
7
  justify-content: center;
8
  align-items: center;
9
- height: 100%;
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 {