11 lines
517 B
XML
11 lines
517 B
XML
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad6" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#a8edea;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#fed6e3;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="800" height="600" fill="url(#grad6)"/>
|
|
<text x="50%" y="50%" text-anchor="middle" fill="white" font-size="48" font-family="Arial, sans-serif" font-weight="bold">Container</text>
|
|
</svg>
|