DEV Community

StuartCreed
StuartCreed

Posted on • Edited on

1

SVG hamburger


<svg width="27px" height="15px" style="fill:white">
<rect width="27px" height="3px" rx="1.5px"></rect>
<rect y="6px" width="27px" height="3px" rx="1.5px"></rect>
<rect y="12px" width="27px" height="3px" rx="1.5px"></rect>
</svg>

Top comments (0)

👋 Kindness is contagious

Explore this practical breakdown on DEV’s open platform, where developers from every background come together to push boundaries. No matter your experience, your viewpoint enriches the conversation.

Dropping a simple “thank you” or question in the comments goes a long way in supporting authors—your feedback helps ideas evolve.

At DEV, shared discovery drives progress and builds lasting bonds. If this post resonated, a quick nod of appreciation can make all the difference.

Okay