今それ関係ないやろ
「今それ関係ないやろ」と思ったときにお使いください
お返事
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/villagepump/今それ関係ないやろ/i.svg
code:i.svg
<style type="text/css">
font-weight:800;
fill: white;
stroke: black;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
animation: scrollAnime 10s linear infinite;
}
@media (prefers-color-scheme: dark) { /* */
fill:black;
stroke:white;
}
}
@keyframes scrollAnime{
0% { transform: translateX(100%)}
100% { transform: translateX(-430%)}
}
</style>
<text id="tx01" x="10" y="90" font-size="90" letter-spacing="1" word-spacing="1" >
今それ関係ないやろ
</text>
</svg>