Update style.css
Browse files
style.css
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
.stApp {
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
background-size: cover;
|
4 |
height: 100vh;
|
5 |
margin: 0;
|
6 |
font-family: Arial, sans-serif;
|
7 |
-
position: relative;
|
8 |
}
|
9 |
|
10 |
.stApp::after {
|
|
|
1 |
.stApp {
|
2 |
+
background-image: url('https://i.postimg.cc/jjKmMw25/bg.jpg');
|
3 |
+
background-size: cover;
|
4 |
+
background-position: center;
|
5 |
+
background-repeat: no-repeat;
|
6 |
+
/*background: linear-gradient(to right, #006747, #9B111E);
|
7 |
background-size: cover;
|
8 |
height: 100vh;
|
9 |
margin: 0;
|
10 |
font-family: Arial, sans-serif;
|
11 |
+
position: relative; To position the overlay */
|
12 |
}
|
13 |
|
14 |
.stApp::after {
|