Created
February 26, 2026 13:41
-
-
Save carmelc/90ee4abcc90524056bda485b83b857f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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