Analysisdata / styles.css
Esmaeilkiani's picture
Create styles.css
bcdb44e verified
raw
history blame contribute delete
323 Bytes
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
}
h1, h2 {
text-align: center;
color: #4CAF50;
}
.stUpload {
display: flex;
justify-content: center;
margin-top: 20px;
}
.stPlotlyChart {
margin-top: 20px;
}
.css-1aumxhk {
justify-content: center;
}