transformed-1.html (319B)
1 <!DOCTYPE html> 2 <html style="margin: 0"> 3 <body style="margin: 0"> 4 <div style="height: 70px; background-color: blue"></div> 5 <div style="height: 2000px; transform: translateY(50px)"> 6 <div style="position:sticky; top: 70px; width: 100px; height: 100px; background-color: green"></div> 7 </div> 8 </html>