Skip to content

Instantly share code, notes, and snippets.

View fbasoni's full-sized avatar

Fabiany Basoni fbasoni

  • Curitiba - PR, Brasil
View GitHub Profile
@fbasoni
fbasoni / begin(C++).md
Created October 22, 2022 04:20 — forked from johnmcfarlane/begin(C++).md
Resources for C++ beginners
@fbasoni
fbasoni / css-units-best-practices.md
Created August 13, 2022 22:21 — forked from basham/css-units-best-practices.md
CSS Units Best Practices

CSS units

Recommendations of unit types per media type:

Media Recommended Occasional use Infrequent use Not recommended
Screen em, rem, % px ch, ex, vw, vh, vmin, vmax cm, mm, in, pt, pc
Print em, rem, % cm, mm, in, pt, pc ch, ex px, vw, vh, vmin, vmax

Relative units

Relative units