LoginSignup
7
7

More than 5 years have passed since last update.

Bootstrap 5カラムで表示

Posted at

以下の記述で5カラム中央表示になる。

        <div class="col-lg-2 col-lg-offset-1">
          A
        </div>
        <div class="col-lg-2">
          B
        </div>
        <div class="col-lg-2">
          C
        </div>
        <div class="col-lg-2">
          D
        </div>
        <div class="col-lg-2">
          E
        </div>
7
7
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
7
7