annapurnapadmaprema-ji commited on
Commit
9daf442
1 Parent(s): 2f5d7b0

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +17 -17
styles.css CHANGED
@@ -1,18 +1,18 @@
1
- .stApp {
2
- background-image: url('https://i.postimg.cc/9FY4zK10/Fatehput-Sikiri-Buland-Darwaza-gate-2010.jpg');
3
- background-size: cover;
4
- background-position: center;
5
- background-repeat: no-repeat;
6
- .glass {
7
- background: rgba(255, 255, 255, 0.1); /* Translucent background */
8
- backdrop-filter: blur(10px); /* Blurring effect */
9
- border-radius: 10px; /* Rounded corners */
10
- padding: 10px;
11
- color: #ffffff; /* Text color */
12
- font-weight: bold; /* Bold text */
13
- }
14
-
15
-
16
-
17
-
18
  }
 
1
+ .stApp {
2
+ background-image: url('https://i.postimg.cc/gjFQ5Ldw/bg.png');
3
+ background-size: cover;
4
+ background-position: center;
5
+ background-repeat: no-repeat;
6
+ .glass {
7
+ background: rgba(255, 255, 255, 0.1); /* Translucent background */
8
+ backdrop-filter: blur(10px); /* Blurring effect */
9
+ border-radius: 10px; /* Rounded corners */
10
+ padding: 10px;
11
+ color: #ffffff; /* Text color */
12
+ font-weight: bold; /* Bold text */
13
+ }
14
+
15
+
16
+
17
+
18
  }