Skip to content

Instantly share code, notes, and snippets.

View tangbc's full-sized avatar
👨‍💻
Make things as simple as possible.

Stephan Tang tangbc

👨‍💻
Make things as simple as possible.
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active September 21, 2024 13:40
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */