If I style an element with padding: 1.2em or padding: 10%, is that relative to the:
padding: 1.2em
padding: 10%
&l
"em" units are always in reference to font size. See http://w3schools.com/cssref/css_units.asp for a reference of CSS units.