Skip to content

Instantly share code, notes, and snippets.

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

morexwell

🏠
Working from home
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active May 4, 2024 16:17
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */