HuggingDiscussions / SVGBUTTON.svg
fds
test2
ac2ef77 verified
|
raw
history blame contribute delete
No virus
560 Bytes
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="60">
<rect width="200" height="60" rx="10" ry="10" style="fill: #3498db; stroke: #2980b9; stroke-width: 2;" />
<text x="50%" y="50%" alignment-baseline="middle" text-anchor="middle" style="fill: #fff; font-size: 18px; font-family: Arial, sans-serif; cursor: pointer;">
Click Me
</text>
<!-- You can wrap the text element with an a element to make it clickable -->
<a href="https://example.com">
<rect width="100%" height="100%" style="fill: transparent;" />
</a>
</svg>