Skip to content

Instantly share code, notes, and snippets.

View hankhsu1996's full-sized avatar

Shou-Li Hsu hankhsu1996

  • Portland, OR, USA
  • 09:52 (UTC -07:00)
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active May 4, 2024 16:17
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */