Skip to content

Instantly share code, notes, and snippets.

View anggabanny's full-sized avatar
🌠
u_u

Angga Banny anggabanny

🌠
u_u
View GitHub Profile
@anggabanny
anggabanny / media-query.css
Created February 25, 2020 03:03 — 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
@gokulkrishh
gokulkrishh / media-query.css
Last active April 23, 2026 09:26
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */