Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:  
     height: 100%;
 
     height: 100%;
 
}*/
 
}*/
 +
/* Responsive Hauptseite Experiment */
 +
.mnb {
 +
    display: flex;
 +
    justify-content: center;
 +
    flex-wrap: wrap;
 +
    gap: 10px;
 +
    margin: 20px 0;
 +
}
 +
 +
.mnb div {
 +
    height: 100px;
 +
    width: 200px;
 +
    display: flex;
 +
    align-items: center;
 +
    justify-content: center;
 +
    color: white;
 +
    font-weight: bold;
 +
    border-radius: 5px;
 +
}
 +
/* Ende responsive Experiment */
 +
 
.vector-menu li a {
 
.vector-menu li a {
 
color: #008800;
 
color: #008800;

Navigationsmenü