column-grid-lanes-positioned-item-dynamic-change-ref.html (255B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 .reference { 7 display: grid; 8 background: green; 9 width: 100px; 10 height: 50px; 11 } 12 </style> 13 </head> 14 <body> 15 <div class="reference"> 16 </div> 17 </body> 18 </html>