なるほど、わからん
なるほど + わからん
意味わかんない
それでもわからん(詳しい説明を経て)
おまえは何を言っているのだ
なるほど、わからん (なるほどわからん)とは【ピクシブ百科事典】
なるほど、まったくわからんとは (ナルホドマッタクワカランとは) - ニコニコ大百科
#neta
#感想タグ
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/なるほど、わからん/nawa02.svg
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/なるほど、わからん/nawa1.svg
code:nawa1.svg
<svg width="900" height="100" viewBox="0 0 900 100" xmlns="http://www.w3.org/2000/svg">
<g>
<text x="10" y="80" font-size="80" stroke="black" stroke-width="4" fill="white"
font-weight="800" letter-spacing="10" word-spacing="10" >
なるほど、わからん
</text>
</g>
</svg>
code:nawa02.svg
<svg width="900" height="100" viewBox="0 0 900 100" xmlns="http://www.w3.org/2000/svg">
<g>
<style type="text/css">
#tx01{
font-weight:800;
fill: white;
stroke: black;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
stroke-dasharray: 600;
stroke-dashoffset: 600;
animation: textAnime 5s linear infinite;
}
/* @media (prefers-color-scheme: light) { /* */
@media (prefers-color-scheme: dark) { /* */
#tx01{
fill:black;
stroke:white;
}
}
@keyframes textAnime {
0% {
stroke-dashoffset: 600;
}
50% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
</style>
<text id="tx01" x="10" y="80" font-size="80" letter-spacing="10" word-spacing="10" >
なるほど、わからん
</text>
</g>
</svg>