Remove nav style from main.css

This commit is contained in:
2026-05-02 19:54:51 +02:00
parent c93215e241
commit 02ee937ac9
+6 -20
View File
@@ -1,44 +1,30 @@
body {
margin: 0;
}
nav{
display: flex;
justify-content: center;
padding: 10px 0;
border-bottom: 1px solid #000000;
}
nav ul {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 30px;
}
nav a{
text-decoration: none;
color: black;
}
nav a:hover{
text-decoration: underline;
}
header {
text-align: center;
}
header h1 {
margin-bottom: 0;
}
form {
display: flex;
justify-content: center;
margin-top: 20px;
width: 100%;
}
form button{
margin-left: 10px;
}
form input{
width: 80%;
}
footer{
text-align: center;
margin-top: 20px;