welcome
Don't panic
/suto3/google.iconwelcome
/suto3/Google画像検索.iconwelcome
/suto3/Google定義検索.icon welcome
/suto3/wikipedia.iconwelcome
/suto3/weblio.icon welcome
/suto3/kotobank.icon welcome
/suto3/jisho.icon welcome
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/welcome/w1.svg
code:w1.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" viewBox="0 0 50 15" height="300">
<foreignObject x="0" y="0" height="15" width="250">
<html xmlns="http://www.w3.org/1999/xhtml">
<style>
div {
color: white; /* 白文字 */
background: linear-gradient( to right,
red,
orange,
yellow,
green,
aqua,
blue,
purple,
red
) 0% center / 400% auto ; /* グラデーション */
padding: 0.1em 0.2em 0.1em 0.2em;
animation: rainbow 16s linear infinite;
animation-direction: reverse;
font-size: 14px;
font-weight: bold;
font-family: "Noto Sans Mono CJK JP Bold";
line-height: 1em;
width:100%;height:100%;
transform-origin: top left;
transform: scale(0.67, 1);
}
@keyframes rainbow {
to { background-position-x: 400%; }
}
</style>
<div>
Welcome
</div>
</html>
</foreignObject>
</svg>