Spaces:
Running
Running
Esmaeilkianii
commited on
Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
font-family: 'IRANSans', sans-serif;
|
3 |
+
background-color: #f8f9fa;
|
4 |
+
}
|
5 |
+
|
6 |
+
h1, h3 {
|
7 |
+
text-align: center;
|
8 |
+
}
|
9 |
+
|
10 |
+
.sidebar .sidebar-content {
|
11 |
+
background-color: #f7f7f7;
|
12 |
+
}
|
13 |
+
|
14 |
+
.stButton > button {
|
15 |
+
background-color: #4CAF50;
|
16 |
+
color: white;
|
17 |
+
border-radius: 10px;
|
18 |
+
}
|
19 |
+
|
20 |
+
.stButton > button:hover {
|
21 |
+
background-color: #45a049;
|
22 |
+
}
|