huzaifanafees's picture
Create style.css
856f79d
raw
history blame
309 Bytes
/* style.css */
.title {
text-align: center;
font-size: 24px;
font-weight: bold;
color: #4a7c59; /* You can change the color */
margin-bottom: 10px;
}
.description {
text-align: center;
font-size: 16px;
color: #333333; /* You can change the color */
margin-bottom: 20px;
}