Skip to content

Instantly share code, notes, and snippets.

View turtle601's full-sized avatar

황준승 turtle601

View GitHub Profile
@turtle601
turtle601 / media-query.css
Created January 22, 2022 05:58 — 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 */