blob: 62ab925609c26826690ad8cf65def76cdb47dcbf (
plain)
1
2
3
4
5
6
7
8
9
10
|
<style>
body, div {
font-size: 12px;
}
</style>
<body>
Test to see that rem units are applied correctly on body elements, this line should have a font-size of 12px.
<div>Test to see that rem units are applied correctly on div elements, this line should have a font-size of 12px.</div>
</body>
|