blob: 95599f41cd06c1a1b2fe71a934a235a3fc6c11b6 [file] [edit]
<!DOCTYPE html>
<html>
<style>
.image-box {
width: 200px;
height: 200px;
}
</style>
<body>
<div style="position: fixed; top: 10px; left: 10px;">
<div class="image-box" style="background-color: color(srgb-linear 0 2.5 0); will-change: transform;"></div>
</div>
<div style="position: fixed; top: 10px; left: 220px;">
<div class="image-box" style="background-color: color(srgb-linear 0 2.5 0); will-change: transform;"></div>
</div>
</body>
</html>