12 lines
648 B
Plaintext
12 lines
648 B
Plaintext
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad4" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#C8102E;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#001A4D;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="400" height="400" fill="url(#grad4)"/>
|
|
<text x="200" y="180" font-family="Arial, sans-serif" font-size="55" font-weight="bold" fill="white" text-anchor="middle">BURSA</text>
|
|
<text x="200" y="250" font-family="Arial, sans-serif" font-size="55" font-weight="bold" fill="white" text-anchor="middle">TIL</text>
|
|
</svg>
|