Esmaeilkianii commited on
Commit
4c06341
·
verified ·
1 Parent(s): d89b5ba

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +22 -0
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
+ }