13 lines
573 B
XML
13 lines
573 B
XML
<svg width="1920" height="1080" viewBox="0 0 1920 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#2563eb" />
|
|
<stop offset="100%" stop-color="#60a5fa" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1920" height="1080" fill="url(#bg-gradient)" />
|
|
|
|
<!-- Subtle decorative elements -->
|
|
<circle cx="200" cy="200" r="400" fill="white" fill-opacity="0.03" />
|
|
<circle cx="1700" cy="900" r="500" fill="white" fill-opacity="0.03" />
|
|
</svg>
|