Initial commit: Vite + React project setup
This commit is contained in:
10
public/images/cx.png
Normal file
10
public/images/cx.png
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="400" height="400" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#001A4D;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#C8102E;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="400" height="400" fill="url(#grad3)"/>
|
||||
<text x="200" y="220" font-family="Arial, sans-serif" font-size="100" font-weight="bold" fill="white" text-anchor="middle">CX</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 511 B |
Reference in New Issue
Block a user