Skip to content

Instantly share code, notes, and snippets.

@abundis29
abundis29 / media-query.css
Created October 9, 2019 03:32 — 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