Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html><head>
<meta charset="utf-8">
</head>
<body>
<div style="display:grid; grid-template-rows: 150px 200px; height: 200px">
<div style="display:grid; grid-template-rows: subgrid; gap: 100px; grid-row: span 2">
<div style="width:100px; height: 100px; background-color: blue; grid-row: 2"></div>
</div>
</div>
</body>
</html>