Skip to content

Instantly share code, notes, and snippets.

View paoga87's full-sized avatar

Paola Garcia paoga87

View GitHub Profile
/* 4K */
@media only screen and (min-width: 2560px){
//CSS here
}
/*Desktop */
@media only screen and (min-width: 1025px) and (max-width: 2559px){
//CSS here
}
/* Tablet */
@media only screen and (min-width: 481px) and (max-width: 1024px){