Skip to content

Instantly share code, notes, and snippets.

View eunal's full-sized avatar

Erol ÜNAL eunal

View GitHub Profile

Movie App Workshop:

Setup:

movieApp
│   index.html
│   app.js
│   style.css
@eunal
eunal / css-units-best-practices.md
Created September 28, 2021 09:15 — 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

@eunal
eunal / css-units-best-practices.md
Created September 28, 2021 09:15 — 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