寄せ記法のUserCSS
code:style.css
/* 中央寄せ */
.deco-\| {
position: absolute;
width: 100%;
text-align: center;
}
/* 右寄せ */
.deco-\> {
position: absolute;
width: 100%;
text-align: right;
}
/* 左寄せ */
.deco-\< {
position: absolute;
width: 100%;
text-align: left;
}
中央寄せ
shinyaoguri.icon
右寄せ
shinyaoguri.icon
左寄せ
shinyaoguri.icon
hr.icon
https://gyazo.com/bd5f85db7ee5f969ab059521c3cb41a0