“@media für Mobile” Code-Antworten

@media für Mobile

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}
Collared Lizard

Medienabfragen auf Mobilgeräten

@media only screen and (max-width: 600px) {
	...your css here and you're good to go!
}
Aryamitra Chaudhuri

Ähnliche Antworten wie “@media für Mobile”

Fragen ähnlich wie “@media für Mobile”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen