Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Test reference</title>
<div style="font-size: 12px">
12px text
</div>
<hr>
<div style="font-size: 24px;">
12px zoomed text
</div>
<hr>
<div style="font-size: 12px">
<div style="font-size: 24px">
12px zoomed inherited text
</div>
</div>