annapurnapadmaprema-ji commited on
Commit
cc93df0
·
verified ·
1 Parent(s): f2eeb13

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -2
style.css CHANGED
@@ -1,10 +1,14 @@
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;
6
  font-family: Arial, sans-serif;
7
- position: relative; /* To position the overlay */
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 {