blob: 6c4a6e1519acee07f6e01627efd0349fce6e4058 [file] [log] [blame]
graouts@webkit.orgf3cf48c2020-10-16 22:43:54 +00001<style>
2
3 #target {
4 position: absolute;
5 top: 0;
6 left: 0;
7 width: 100px;
8 height: 100px;
9 background-color: black;
10 transform: translateX(150px);
11 }
12
13</style>
14<div id="target"></div>