blob: 24db768c592b2a771750a4b6aab23e5452764bf3 [file] [log] [blame]
<style>
#overlay {
position: absolute;
left: 100px;
top: 100px;
width: 200px;
height: 200px;
transform: translate(100px);
background-color: green;
}
</style>
<body>
<div id="overlay"></div>
</body>
</html>