文字揃えCSS
#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;
}
中央寄せ
右寄せ
左寄せ