CSS Bootstrap4 要素の左右センタリング bootstrap4での要素の左右センタリングを行う bootstrap3で使っていた、.center-blockが使えない。 調べると、 html - Bootstrap 4 center-block unable to center -... 2018.11.25 CSS
CSS CSS bootstrapのrowspanを使ったtableで上下センタリング bootstrapでrow spanを使った時に、上下方向にセンタリングする。 CSSでvertical-align: middle;を使っても、うまくいかなかった。 /* これだとセンタリング不可 */ table.mytable1 td... 2018.10.07 CSS