Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>margin:inherit applies zoom (ref)</title>
<style>
.zoomed {
background: coral;
width: 100px;
height: 100px;
margin: 20px;
}
</style>
<div class=zoomed></div>