This example shows that 1em is exactly 10px after using the following CSS:

body {
	font-size: 62.5%;
	}

This font-size is 1em and should be exactly 10px. This font-size is 10px and should be just as big as the previous sentence.