Hello World! (Copy 4947)
✨ Jabont
<style> body{ margin:2em; background:grey; } svg{ background:white; } </style> <svg viewBox="0 0 20 3"> <rect fill="red" width="100" height=".5"/> <rect fill="red" width="100" height=".5" y="2.5" /> <rect fill="navy" width="100" height="1" y="1" /> </svg> <svg viewbox="0 0 1 1"> <circle cx=".5" cy=".5" r=".2" fill="red" /> </svg>