| <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> |