komp vom 24-11-28

This commit is contained in:
danielvici123
2024-11-29 09:29:48 +01:00
parent da527a9468
commit fc1eca66a4
7 changed files with 29 additions and 21 deletions

View File

@@ -51,6 +51,14 @@ nav a { /* a wird nur in nav geändert */
flex: 1;
align-items: center;
}
@media screen and (max-width: 400px) {
nav a {
background-color: greenyellow; /* Buttonfarbe auf grün ändern */
color: red; /* Textfarbe ändern */
}
}
nav li {
display: inline-block;
}