project / style.css
aassiiyAA123's picture
Upload 17 files
9058afc verified
raw
history blame contribute delete
338 Bytes
/* styles.css */
/* Header styles */
header {
background-color: #333;
color: #fff;
text-align: center;
padding: 20px 0;
}
nav ul {
list-style: none;
padding: 0;
}
nav li {
display: inline;
margin-right: 20px;
}
nav a {
color: #fff;
text-decoration: none;
}
/* Add more CSS styles as needed */