Neuere Features
CSS-Nesting
@-Regeln
@-Regeln.h1 {
font-size: 30px;
}
@media screen and (max-width: 800px) {
.h1 {
font-size: 20px;
}
}Nesting und der Nesting Selektor &
&Aufgabe neue Features
Last updated
Was this helpful?