mirror of
https://github.com/clucraft/PriceGhost.git
synced 2026-04-25 00:36:32 +02:00
Center PriceGhost header SVG in viewBox
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
afa4f0c96a
commit
01d6da7cea
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
</defs>
|
</defs>
|
||||||
|
|
||||||
<!-- Ghost Icon (scaled down) -->
|
<!-- Ghost Icon (scaled down) -->
|
||||||
<g transform="translate(10, 10) scale(0.195)">
|
<g transform="translate(100, 10) scale(0.195)">
|
||||||
<!-- Background circle -->
|
<!-- Background circle -->
|
||||||
<circle cx="256" cy="256" r="240" fill="url(#ghostGrad)"/>
|
<circle cx="256" cy="256" r="240" fill="url(#ghostGrad)"/>
|
||||||
<!-- Ghost body -->
|
<!-- Ghost body -->
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
</g>
|
</g>
|
||||||
|
|
||||||
<!-- "PriceGhost" text - Price solid, Ghost with fade effect -->
|
<!-- "PriceGhost" text - Price solid, Ghost with fade effect -->
|
||||||
<text x="125" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="#1f2937">Price</text>
|
<text x="215" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="#1f2937">Price</text>
|
||||||
<text x="249" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="url(#textFade)" filter="url(#glow)">Ghost</text>
|
<text x="339" y="78" font-family="system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif" font-size="52" font-weight="700" fill="url(#textFade)" filter="url(#glow)">Ghost</text>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue