Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>min-width:inherit applies zoom</title>
<link rel="match" href="green-square-100px.html">
<style>
div > div {
background-color: green;
}
</style>
<div style="min-width:50px">
<div style="zoom:2; min-width:inherit; height:50px; width:0px"></div>
</div>