scroll-margin-on-anchor-ref.html (206B)
1 <style> 2 html,body { 3 overflow: hidden; 4 margin: 0px; 5 padding: 0px; 6 } 7 body { 8 margin-top: 100px; 9 } 10 #target { 11 background-color: blue; 12 width: 100%; 13 height: 100px; 14 } 15 </style> 16 <div id="target"></div>