Esmaeilkiani commited on
Commit
bcdb44e
·
verified ·
1 Parent(s): 730b33e

Create styles.css

Browse files
Files changed (1) hide show
  1. styles.css +24 -0
styles.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ font-family: Arial, sans-serif;
3
+ background-color: #f4f4f4;
4
+ color: #333;
5
+ }
6
+
7
+ h1, h2 {
8
+ text-align: center;
9
+ color: #4CAF50;
10
+ }
11
+
12
+ .stUpload {
13
+ display: flex;
14
+ justify-content: center;
15
+ margin-top: 20px;
16
+ }
17
+
18
+ .stPlotlyChart {
19
+ margin-top: 20px;
20
+ }
21
+
22
+ .css-1aumxhk {
23
+ justify-content: center;
24
+ }