Text in rotation HTML

Scrolling effect has to be added in Elementor.

<svg width="200" height="200" viewBox="0 0 200 200">
    <defs>
        <!-- Defines a full circular path -->
        <path id="fullCirclePath"
              d="M 100, 100
                 m -75, 0
                 a 75,75 0 1,1 150,0
                 a 75,75 0 1,1 -150,0" />
    </defs>
    <text font-size="14" font-weight="bold" fill="black">
        <textPath href="#fullCirclePath" startOffset="0%" textLength="470">
            Afspraak • Afspraak • Afspraak • Afspraak • Afspraak • &nbsp;
        </textPath>
    </text>
</svg>



WITH LINK

<a href="https://example.com" target="_blank">
<svg width="200" height="200" viewBox="0 0 200 200">
    <defs>
        <!-- Defines a full circular path -->
        <path id="fullCirclePath"
              d="M 100, 100
                 m -75, 0
                 a 75,75 0 1,1 150,0
                 a 75,75 0 1,1 -150,0" />
    </defs>
    <text font-size="14" font-weight="bold" fill="black">
        <textPath href="#fullCirclePath" startOffset="0%" textLength="470">
            Afspraak • Afspraak • Afspraak • Afspraak • Afspraak • &nbsp;
        </textPath>
    </text>
</svg>
</a>

Categories: