12 lines
539 B
XML
12 lines
539 B
XML
<svg width="1920" height="1080" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#FFE0B2"/>
|
|
<stop offset="50%" style="stop-color:#FFCCBC"/>
|
|
<stop offset="100%" style="stop-color:#FFAB91"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="100%" height="100%" fill="url(#bg)"/>
|
|
<text x="50%" y="50%" text-anchor="middle" dy=".3em" font-family="Arial, sans-serif" font-size="72" fill="#FF5722">童趣学习背景</text>
|
|
</svg>
|