Skip to content

Instantly share code, notes, and snippets.

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

todayIsKathy kathy330

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