Facebook-ad-search / styles.css
BinuraYasodya's picture
Upload 4 files
6c34694 verified
raw
history blame contribute delete
439 Bytes
.main-title {
font-size: 50px;
color: #FFA500;
text-align: center;
font-weight: 700;
}
.heading {
font-size: 25px;
color: #FF6347;
font-weight: 600;
}
.summary-text {
font-size: 18px;
color: #008080;
font-weight: 500;
}
.company-select {
font-size: 18px;
color: #FF4500;
font-weight: 600;
}
.dataframe-style {
background-color: #F5F5F5;
border-radius: 10px;
padding: 10px;
}