Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.rect {
background-color: black;
width: 100px;
height: 100px;
will-change: transform;
}
</style>
<div class="rect"></div>