Skip to content

Instantly share code, notes, and snippets.

View napster3p's full-sized avatar

napster3p

  • WebaAdroit
  • Pune
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active July 16, 2024 10:52
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@napster3p
napster3p / media-query.css
Created February 17, 2020 12:57 — 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