File size: 499 Bytes
9daf442 6312f5a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.stApp {
background-image: url('https://i.postimg.cc/gjFQ5Ldw/bg.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
.glass {
background: rgba(255, 255, 255, 0.1); /* Translucent background */
backdrop-filter: blur(10px); /* Blurring effect */
border-radius: 10px; /* Rounded corners */
padding: 10px;
color: #ffffff; /* Text color */
font-weight: bold; /* Bold text */
}
} |