Skip to content

Instantly share code, notes, and snippets.

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

Josh L. Minga joshlminga

🏠
Working from home
View GitHub Profile
@joshlminga
joshlminga / media-query.css
Created January 22, 2020 12:20 — 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