Skip to content

Instantly share code, notes, and snippets.

View mrkacan's full-sized avatar
🏠
Working from home

Emre Kaçan mrkacan

🏠
Working from home
View GitHub Profile
@mrkacan
mrkacan / media-query.css
Created May 2, 2023 10:00 — 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 */