blob: a97139c72becebcc4eb9cbc7b77cd3bd4ea40bbc (
plain)
1
2
3
4
5
6
7
8
9
|
---
tags: [grid, columns, masonry, collage]
---
<svg>
<rect x="4" y="4" width="6" height="5" rx="2" />
<rect x="4" y="13" width="6" height="7" rx="2" />
<rect x="14" y="4" width="6" height="7" rx="2" />
<rect x="14" y="15" width="6" height="5" rx="2" />
</svg>
|