blob: 6f402be7906accf9333ab7d7796b134fc9d71f7c (
plain)
1
2
3
4
5
6
7
8
9
|
---
category: Design
tags: [position, element, design, around]
---
<svg>
<line x1="4" y1="4" x2="4" y2="20" />
<line x1="20" y1="4" x2="20" y2="20" />
<rect x="9" y="6" width="6" height="12" rx="2" />
</svg>
|