みやざわ はると
https://scrapbox.io/files/67e02fc0f5d972cd4f09abb0.png
みやざわ はると.iconはじめまして
2006.1.23 長野県出身
2024.4 多摩美術大学 情報デザイン学科 情報デザインコース 入学
好きな食べ物
きゅうり
豚汁
SNS
https://x.com/jan23miya
https://www.instagram.com/jan23miya
https://note.com/jan23miya
ここは私のジェネリック脳みそです
考えていること、好きなこと、気になることを書いています
書きかけが結構ある
[# ベース[ふりがな]]でベースの文字にふりがなをつける 参考: /customize/ルビ
ベースふりがな
code:style.css
/* ruby element */
.line:not(.cursor-line) .deco-\# {
display: inline flex;
flex-direction: column-reverse;
vertical-align: bottom;
/* base text */
span:nth-child(1) {
display: inline flex;
justify-content: space-around;
width: 100%;
}
/* annotation text */
span:nth-child(2) {
line-height: 0;
font-size: 50%;
a {
display: inline flex;
justify-content: space-around;
width: 100%;
pointer-events: none;
color: var(--page-text-color);
}
}
}