こんばんは
夜、人に会ったり、他家を訪問した際などにいう挨拶の語
「今晩は良い晩ですね」などの略だと言われる
今晩は
Good evening
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/こんばんは/ge03.svg
code:ge03.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: black;
stroke-width:4;
stroke-linecap:round;
stroke-linejoin:round;
animation: scrollAnime 9s linear infinite;
}
@keyframes scrollAnime{
0% { transform: translateX(100%)}
100% { transform: translateX(-720%)}
}
</style>
<text id="tx01" x="10" y="80" font-size="90" letter-spacing="10" word-spacing="10" >
Good evening. こんばんは
</text>
</svg>
#あいさつ