CHAPTER 7Values and Properties
Units
Absolute Lengths
px | pixels |
pt | points |
cm | centimeters |
mm | millimeters |
in | inches |
Relative Lengths
em | size of an "m", relative to the element font size |
rem | size of an "m", relative to the <body> font size |
% | a percentage of the parent's dimension |
vw | viewport width |
vh | viewport height |
Colors
red | color names |
#fad | hexadecimal with 1 digit |
#ffaadd | hexadecimal with 2 digits |
rgb(x, y, z) | red-green-blue color model (0–255) |
hsl(hue, sat, value) | hue-saturation-value color model |