Skip to content

Instantly share code, notes, and snippets.

View thalesbros's full-sized avatar
💭
Feeling Good, Let's Code!

Thales Broussard thalesbros

💭
Feeling Good, Let's Code!
View GitHub Profile
@thalesbros
thalesbros / media-query.css
Created October 28, 2019 15:41 — 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