anchor-pos-one-axis-1-ref.html (193B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 .anchored { 5 position: absolute; 6 width: 50px; 7 height: 50px; 8 background: yellow; 9 left: 50px; 10 top: 50px; 11 } 12 </style> 13 <div class="anchored"></div> 14 </html>