1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【UI】Bootstrapをつかったtableのcell内を上下左右中央寄せにする

Posted at
.td_vertical_align_middle.td_vertical_align_middle {
  vertical-align: middle;
}
<td class="td_vertical_align_middle">上下左右中央寄せにしたい</td>

ポイント

・Bootstrapはデフォルトでvertical-align:topを設定しているのでそれを打ち消す設定をしないと、上下左右中央寄せにはなりません
参考: https://stackoverflow.com/questions/13771101/centering-a-button-vertically-in-table-cell-using-twitter-bootstrap
・Bootstrapをつかっていることをわすれて、いろいろと中央寄せ関係のhtmlタグを書いても、いっこうに上下左右中央寄せにはなりません(本人談)

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?