24Sureshkumar's picture
Update style.css
d0a988c verified
raw
history blame
208 Bytes
.header {
text-align: center;
padding: 20px;
background: #f9f9f9;
border-radius: 10px;
margin-bottom: 20px;
}
.header h1 { color: #cc0000; }
.header p { color: #333; font-style: italic; }