Skip to content

Instantly share code, notes, and snippets.

View DuckHunter213's full-sized avatar
🎯
Focusing

Luis Fernando Gomez Alejandre DuckHunter213

🎯
Focusing
  • Hutchinson Ports ICAVE
  • Mexico, Veracruz, Xalapa
View GitHub Profile
@media (max-width: 320px) {
body { background-color: red; }
}
@media (min-width: 321px ) and (max-width: 375px) {
body { background-color: blue; }
}
@media (min-width: 376px ) and (max-width: 425px) {
body { background-color: orange; }