| <!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> |