+593 99 022 3684 dime@hassler.ec

I’ve seen a lot of developers (especially novices) and other people who deal with CSS who do not really know the difference between units in CSS. And that’s kind of understandable — there are so many of them, one can get easily confused.

Let me shine some light on this topic. In this article, I’ll talk about three types of CSS units: Absolute, Relative and Viewport.

Absolute

  • cm — centimeters
  • mm — millimeters
  • in — inches
  • pt — points
  • px — pixels
  • pc — pica

1 in = 2.54 cm = 254 mm = 72 pt = 96 px = 6 pc

Relative

  • — percentage
  • em — font size of the element , relative to its parent(3em means that 3 times the normal font size)
  • rem — font size of the element, relative to the root html element
  • ch — width of the “0” character (in monospace fonts all characters are of equal width)
  • ex —x-height of the font used (the height of “x” character)

Note, that ch and ex will change with the font you are using.

Viewport Units

  • vw — % of viewport width
  • vh — % of viewport height
  • vmin — % of the smaller dimension (width or height)
  • xmax — % of the larger dimension (width or height)

Well, that’s it for now. I hope you have a better understanding of how different CSS units work and when to use them.

Of course, there are also angles like deg and rad, time (s and ms) and even frequency (Hz and kHz), but those are not used very often…

Have a nice day!

Bradley Nice, Content Manager at ClickHelp.com — best online documentation tool for SaaS vendors

Source:  https://medium.com/level-up-web/the-difference-between-css-units-px-pt-rem-em-vh-vw-ch-ex-and-the-rest-b2cfdf069230

Written by

Bradley Nice
Content Manager at https://medium.com/level-up-web ?. I write about web design, web development and technical writing. Follow me on Twitter and Facebook
Level Up!

Level Up!

Si continuas utilizando este sitio aceptas el uso de cookies. más información

Los ajustes de cookies de esta web están configurados para "permitir cookies" y así ofrecerte la mejor experiencia de navegación posible. Si sigues utilizando esta web sin cambiar tus ajustes de cookies o haces clic en "Aceptar" estarás dando tu consentimiento a esto.

Cerrar