Skip to content

Instantly share code, notes, and snippets.

@carmelc
Created February 26, 2026 13:41
Show Gist options
  • Select an option

  • Save carmelc/90ee4abcc90524056bda485b83b857f6 to your computer and use it in GitHub Desktop.

Select an option

Save carmelc/90ee4abcc90524056bda485b83b857f6 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 20">
<!-- Decorative divider line with diamond center -->
<rect x="0" y="9" width="170" height="2" fill="#4FC3F7"/>
<polygon points="200,0 212,10 200,20 188,10" fill="#FFD54F"/>
<rect x="230" y="9" width="170" height="2" fill="#4FC3F7"/>
<!-- Small dots -->
<circle cx="175" cy="10" r="3" fill="#4FC3F7"/>
<circle cx="225" cy="10" r="3" fill="#4FC3F7"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment