Skip to content

Instantly share code, notes, and snippets.

View blumanio's full-sized avatar
:octocat:

Mohamed El Aammari blumanio

:octocat:
View GitHub Profile
@blumanio
blumanio / media-query.css
Created May 12, 2021 14:07 — 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 */