中央揃え記法
中央揃え
code:style.old.css
.line:not(.cursor-line) .deco-\' {
position: absolute;
width: 100%;
text-align: center;
}
absoluteはなんかおかしくないかper_terra.icon
非自明な動きをしがち
こう書くとhttps://gyazo.com/3c16bb2ce33fd9fe09368c7a04e7f91c
こうなるhttps://gyazo.com/465610193f6fef8268fb5bdae373a6fe
修正版
code:style.css
.line:not(.cursor-line) .deco-\':not(.deco-_) {
display: inline-block;
width: 100%;
text-align: center;
}
左中央右
展開ヘルプ
増井 俊之
Abstract: 論文タイトルっぽく見えるかも
$ \sqrt{2}
Settings.icon
UserCSS.icon