Skip to content

Instantly share code, notes, and snippets.

View gsantoscomp's full-sized avatar
🎯
Focusing

Guilherme de Oliveira Santos gsantoscomp

🎯
Focusing
  • São Luís, MA
View GitHub Profile
@gsantoscomp
gsantoscomp / media-query.css
Created October 8, 2022 03:17 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */