Hey ,
Ich wollte mal fragen wie ich die mobile Ansicht komplett aus der css bekomme?
Ich denke mal es fängt mit Media an aber wo ist Anfang und wo ist ende ?
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
.class { font-size:12px; }
@media screen and (min-width: 780px) { .class { font-size:14px; } }
@media screen and (min-width: 780px) { .class { font-size:14px; } .class-2 { color:#fff; } }
.class { font-size:12px; } .class-2 { color:#000; } @media screen and (min-width: 780px) { .class { font-size:14px; } .class-2 { color:#fff; } }
Geschlossen | ||
Zurück zu Fehlersuche und Probleme |