Skip to content

Instantly share code, notes, and snippets.

View AhmedShela's full-sized avatar
😍
Happy Coding

Ahmad Shela AhmedShela

😍
Happy Coding
View GitHub Profile
@AhmedShela
AhmedShela / media-query.css
Created June 28, 2020 18:19 — forked from RazanAl-Quran/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@AhmedShela
AhmedShela / media-query.css
Created July 3, 2020 15:34 — 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