anchor-scroll-ref.html (289B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 body { 5 margin: 0; 6 } 7 </style> 8 9 <div style="width: 50px; height: 50px; background: blue; position: absolute; top: 45px; left: 0px;"></div> 10 <div style="width: 50px; height: 50px; background: yellow; position: absolute; top: 95px; left: 50px;"></div> 11 12 </html>