気持ち悪い
1. 心身の状態が悪い。胸や胃が重苦しかったり、吐き気がしたりする。
2. 見たり触ったりしたときの感じが悪い。
3. 不満や疑問などが残り、心が晴れない。
bad feeling ; feeling bad ; disagreeable ; unpleasant ; revolting ; gross ; disgusting
気持ち + 悪い
気持ちが悪い
キモチワルイ
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/気持ち悪い/k01.svg
code:k01.svg
<svg width="200" height="100" viewBox="0 0 200 100" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">
#tx01{
font-weight:800;
fill: white;
stroke: gray;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
animation: scrollAnime 6s linear infinite;
}
/* @media (prefers-color-scheme: light) { /* */
@media (prefers-color-scheme: dark) { /* */
#tx01{
fill:black;
stroke:gray;
}
}
@keyframes scrollAnime{
0% { transform: translateX(100%)}
100% { transform: translateX(-280%)}
}
</style>
<text id="tx01" x="10" y="90" font-size="90" letter-spacing="10" word-spacing="10" >
気持ち悪い。
</text>
</svg>