blob: 24db768c592b2a771750a4b6aab23e5452764bf3 [file] [log] [blame]
dino@apple.com1c738cf2017-05-18 23:22:16 +00001<style>
2 #overlay {
3 position: absolute;
4 left: 100px;
5 top: 100px;
6 width: 200px;
7 height: 200px;
8 transform: translate(100px);
9 background-color: green;
10 }
11</style>
12<body>
13 <div id="overlay"></div>
14</body>
15</html>