Initial commit: Vite + React project setup
This commit is contained in:
11
public/images/bursatil.png
Normal file
11
public/images/bursatil.png
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 648 B |
Reference in New Issue
Block a user