зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
169 B
HTML
14 строки
169 B
HTML
|
<style>
|
||
|
#d1 {
|
||
|
position: absolute;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
will-change: transform;
|
||
|
width: 64px;
|
||
|
height: 64px;
|
||
|
background: red;
|
||
|
}
|
||
|
</style>
|
||
|
<div id="d1">
|
||
|
</div>
|