File size: 505 Bytes
083c84b
 
 
 
 
 
4419a9d
083c84b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
    /* background-image: url('https://your-image-url.com/background.jpg'); */
    background-size: cover;
}

.stButton>button {
    background-color: #fcd600;
    color: white;
    border: none;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.stButton>button:hover {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}