Update style.css
Browse files
style.css
CHANGED
@@ -19,4 +19,13 @@ h5 {
|
|
19 |
letter-spacing: -0.32px;
|
20 |
text-align: center;
|
21 |
color: #1f2937;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
}
|
|
|
19 |
letter-spacing: -0.32px;
|
20 |
text-align: center;
|
21 |
color: #1f2937;
|
22 |
+
}
|
23 |
+
.Ellipse-6280 {
|
24 |
+
width: 1008px;
|
25 |
+
height: 270px;
|
26 |
+
padding: 54px 133px 13px 170px;
|
27 |
+
opacity: 0.8;
|
28 |
+
-webkit-filter: blur(400px);
|
29 |
+
filter: blur(400px);
|
30 |
+
background-image: radial-gradient(circle at 50% 187%, #ced0f3, #f1edfd 71%);
|
31 |
}
|