Skip to content

Instantly share code, notes, and snippets.

View aravindballa's full-sized avatar
🌱
building stuff

Aravind Balla aravindballa

🌱
building stuff
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active May 7, 2025 06:24
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */