836895.html (242B)
1 <!DOCTYPE html> 2 <html style="columns: 2 auto;"> 3 <head> 4 <style> 5 6 div { width:300px; background:yellow; height:50px; } 7 8 </style> 9 </head> 10 11 <body style="position: relative; display: table;"><div style="position: absolute;"></div></body> 12 13 </html>