みやざわ はると
https://scrapbox.io/files/67e02fc0f5d972cd4f09abb0.png
みやざわ はると.iconはじめまして
2006.1.23 長野県出身
2024.4 多摩美術大学 情報デザイン学科 情報デザインコース 入学
好きな食べ物
きゅうり
豚汁
SNS
ここは私のジェネリック脳みそです
考えていること、好きなこと、気になることを書いています
書きかけが結構ある
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);
}
}
}