yolo
slang.icon
SNS
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/yolo/y.svg
code:y.svg
<style type="text/css">
font-weight:800;
fill: white;
stroke: black;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
animation: scrollAnime 20s linear infinite;
}
/* @media (prefers-color-scheme: light) { /* */
@media (prefers-color-scheme: dark) { /* */
fill:black;
stroke:white;
}
}
@keyframes scrollAnime{
0% { transform: translateX(100%)}
100% { transform: translateX(-800%)}
}
</style>
<text id="tx01" x="10" y="80" font-size="80" letter-spacing="1" word-spacing="1" >
You only live once. 人生は一度きり
</text>
</svg>