Skip to content

Instantly share code, notes, and snippets.

View matheusscarvalho1's full-sized avatar
😁

Matheus Carvalho matheusscarvalho1

😁
View GitHub Profile
@matheusscarvalho1
matheusscarvalho1 / modelo-README.md
Created October 12, 2023 15:40 — forked from stephanie-cardoso/modelo-README.md
Modelo (template) de README para utilizar nas documentações dos seus projetos no GitHub.
@matheusscarvalho1
matheusscarvalho1 / Breakpoints
Created September 18, 2023 20:31 — forked from janily/Breakpoints
Mobile-first CSS Media Queries Breakpoints
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }