daysoff_assistant / public /stylesheet.css
camparchimedes's picture
Upload 2 files
9289c6d verified
raw
history blame contribute delete
184 Bytes
body {
background-color: powderblue;
}
.main {
text-align: center;
}
.GFG {
color: #009900;
font-size: 50px;
font-weight: bold;
}
#geeks {
font-style: bold;
font-size: 20px;
}