Esmaeilkiani commited on
Commit
12493a8
1 Parent(s): 55d5f91

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +22 -34
styles.css CHANGED
@@ -2,50 +2,38 @@
2
 
3
  body {
4
  background-color: #f4f4f9;
5
- font-family: Arial, sans-serif;
6
  color: #333;
7
  }
8
 
9
- .container {
10
- max-width: 1200px;
11
- margin: 0 auto;
12
- padding: 20px;
13
- background: #fff;
14
- border-radius: 10px;
15
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
16
  }
17
 
18
- header {
 
 
 
 
19
  text-align: center;
20
- margin-bottom: 40px;
21
- }
22
-
23
- header h1 {
24
- font-size: 2.5em;
25
- margin: 0;
26
  }
27
 
28
- .chart-container {
29
- display: flex;
30
- justify-content: space-around;
31
- flex-wrap: wrap;
32
- gap: 20px;
33
- }
34
-
35
- .chart {
36
- flex: 1;
37
- min-width: 300px;
38
- height: 300px;
39
- border: 1px solid #ddd;
40
  border-radius: 10px;
41
- background: #fafafa;
42
  padding: 20px;
43
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
44
  }
45
 
46
- footer {
47
- text-align: center;
48
- margin-top: 40px;
49
- font-size: 0.9em;
50
- color: #666;
51
  }
 
 
2
 
3
  body {
4
  background-color: #f4f4f9;
5
+ font-family: 'Arial', sans-serif;
6
  color: #333;
7
  }
8
 
9
+ h1, h2, h3, h4, h5, h6 {
10
+ color: #333;
 
 
 
 
 
11
  }
12
 
13
+ .stButton button {
14
+ background-color: #4CAF50;
15
+ color: white;
16
+ border: none;
17
+ padding: 10px 20px;
18
  text-align: center;
19
+ text-decoration: none;
20
+ display: inline-block;
21
+ font-size: 16px;
22
+ margin: 4px 2px;
23
+ cursor: pointer;
24
+ border-radius: 16px;
25
  }
26
 
27
+ .stFileUploader {
28
+ background-color: #ffffff;
29
+ border: 1px solid #cccccc;
 
 
 
 
 
 
 
 
 
30
  border-radius: 10px;
 
31
  padding: 20px;
 
32
  }
33
 
34
+ .stDataFrame {
35
+ border: 1px solid #cccccc;
36
+ border-radius: 10px;
37
+ margin-top: 20px;
 
38
  }
39
+