Update style.css
Browse files
style.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
.stApp {
|
2 |
-
background: linear-gradient(to right, #
|
3 |
background-size: cover;
|
4 |
height: 100vh;
|
5 |
margin: 0;
|
|
|
1 |
.stApp {
|
2 |
+
background: linear-gradient(to right, #006747, #9B111E); /* Gradient from green to red */
|
3 |
background-size: cover;
|
4 |
height: 100vh;
|
5 |
margin: 0;
|