Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS zoom applies to font-size when specified by keywords</title>
<div style="font-size: medium">
<div style="zoom: 2">This is some zoomed medium text</div>
</div>