Skip to content

Instantly share code, notes, and snippets.

View shreyas1307's full-sized avatar
🎯
Focusing on Full-Stack JavaScript

Shreyas Balachandran shreyas1307

🎯
Focusing on Full-Stack JavaScript
  • Manchester, England
  • 19:17 (UTC +01:00)
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active April 26, 2024 10:32
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */