button Add a features section with icons and descriptions Include a stats section with live data Add a responsive design with modern CSS features
5 lines
324 B
XML
5 lines
324 B
XML
<svg width="800" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="800" height="400" fill="#f0f0f0"/>
|
|
<circle cx="400" cy="200" r="80" fill="#6366f1" opacity="0.8"/>
|
|
<text x="400" y="340" font-family="system-ui, sans-serif" font-size="24" fill="#333" text-anchor="middle">Cover Image Example</text>
|
|
</svg>
|