Skip to content

Instantly share code, notes, and snippets.

View theer1k's full-sized avatar
🏠
Working from home

Erik Henrique theer1k

🏠
Working from home
View GitHub Profile
@theer1k
theer1k / media-query.css
Created April 4, 2023 14:18 — 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 */