Skip to content

Instantly share code, notes, and snippets.

View MGA-Coder's full-sized avatar
🚀
Made something amazing

Mohamed Gamal Ayoub MGA-Coder

🚀
Made something amazing
View GitHub Profile
@gokulkrishh
gokulkrishh / media-query.css
Last active July 26, 2024 23:20
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */