14 lines
660 B
XML
14 lines
660 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800">
|
|
<defs>
|
|
<linearGradient id="g2" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#7c3aed" />
|
|
<stop offset="1" stop-color="#2dd4bf" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1200" height="800" fill="#0c182a" />
|
|
<path d="M210 600l210-360h360l210 360-210 120H420z" fill="url(#g2)" opacity="0.88" />
|
|
<text x="90" y="120" fill="#f8fafc" font-size="72" font-family="Arial, sans-serif" font-weight="700">Tu Maker</text>
|
|
<text x="90" y="185" fill="#cbd5e1" font-size="32" font-family="Arial, sans-serif">Usa esta portada mientras preparas tu perfil</text>
|
|
</svg>
|
|
|