Update css/style.css

This commit is contained in:
Blackwhitebear8 2024-12-22 20:08:02 +01:00
parent da9b0e38cd
commit a4ca8fb969

View file

@ -36,23 +36,6 @@ header h1 {
font-size: 2.5em;
}
nav {
background-color: #07AAF9;
padding: 10px 0;
text-align: center;
}
nav a {
color: white;
text-decoration: none;
margin: 0 15px;
font-weight: bold;
}
nav a:hover {
text-decoration: underline;
}
main {
padding: 20px;
max-width: 1200px;