1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

Swap box-shadows with actual borders

This commit is contained in:
robert-ryu7
2022-11-16 08:01:06 +00:00
parent d39788c788
commit b957c65c3a
7 changed files with 84 additions and 58 deletions

View File

@@ -0,0 +1,6 @@
<svg width="5" height="5" viewBox="0 0 5 5" xmlns="http://www.w3.org/2000/svg">
<rect width="4" height="1" x="0" y="0" fill="#808080"/>
<rect width="1" height="4" x="0" y="0" fill="#808080"/>
<rect width="5" height="1" x="0" y="4" fill="#808080"/>
<rect width="1" height="5" x="4" y="0" fill="#808080"/>
</svg>

After

Width:  |  Height:  |  Size: 319 B