Spaces:
Sleeping
Sleeping
File size: 338 Bytes
4c06341 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
body {
font-family: 'IRANSans', sans-serif;
background-color: #f8f9fa;
}
h1, h3 {
text-align: center;
}
.sidebar .sidebar-content {
background-color: #f7f7f7;
}
.stButton > button {
background-color: #4CAF50;
color: white;
border-radius: 10px;
}
.stButton > button:hover {
background-color: #45a049;
}
|