Skip to content

Instantly share code, notes, and snippets.

View ardsh0ck's full-sized avatar

Oleksandr T ardsh0ck

  • Kyiv, Ukraine
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active November 18, 2025 15:54
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */