CSSCSS · Lesson 04 Colors & Units hex, rgb, hsl, oklch and px vs rem vs %.
Video tutorial Track course · freeCodeCamp
CSS Full Course — Zero to Hero Transcript & captions .txt00:00 Colors & Units. hex, rgb, hsl, oklch and px vs rem vs %. 00:05 Absolute units (px) are fixed. 00:10 Relative units scale: rem is relative to the root font size, em to the parent, % to the parent's size, and vw/vh to the viewport. 00:20 Try it yourself — edit the sample and run it in the browser. Absolute units (px) are fixed. Relative units scale: rem is relative to the root font size, em to the parent, % to the parent's size, and vw/vh to the viewport.
Knowledge check 0/1 answered 1rem equals…
the parent font size the root font size always 10px
Mark as complete PreviousCascade, Specificity & Inheritance Next The Box Model