Spaces:
Build error
Build error
| /* 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 */ | |