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