mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
4 lines
146 B
HTML
4 lines
146 B
HTML
<!DOCTYPE html>
|
|
<div style="display: grid; grid-row-gap: 16px; grid-template-rows: 1fr 1fr">
|
|
<div style="grid-row: 2 / span 3">1</div>
|
|
</div>
|