positioned-grid-items-025-ref.html (339B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link rel="author" title="Matt Woodrow" href="mwoodrow@apple.com"> 5 </head> 6 <body> 7 <div style="background-color:blue; height: 100px; width: 50px"></div> 8 <div style="background-color:blue; height: 100px; width: 80px; 9 position: relative; top: -100px; left: 200px;"></div> 10 </body> 11 </html>