0
1

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.

【BootStrap基礎】中寄せ,背景色の変更

Last updated at Posted at 2020-08-19

Bootstrap忘備録

.text-center => 中寄せ

.bg-primary => 背景を青色にする など

html
<h2 class="font-weight-normal display-4">Hello Bootstrap</h2>
<div class="text-center bg-primary">BOX</div>
<div class="text-right bg-success text-warning">BOX</div>
<div class="text-center bg-info font-weight-bold">BOX</div>
<div class="text-center bg-dark text-light">BOX</div>


スクリーンショット 2019-11-03 16.45.24.png

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?