3
2

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.

Bootstrap4のカラム幅リスト

Posted at

Bootstrap4のカラム幅のリストを見たかったが、探しても見当たらなかったので作りました。

カラム幅

sm md lg xl
1 45px 60px 80px 95px
2 90px 120px 160px 190px
3 135px 180px 240px 285px
4 180px 240px 320px 380px
5 225px 300px 400px 475px
6 270px 360px 480px 570px
7 315px 420px 560px 665px
8 360px 480px 640px 760px
9 405px 540px 720px 855px
10 450px 600px 800px 950px
11 495px 660px 880px 1045px
12 540px 720px 960px 1140px

パディングを差し引いた幅

sm md lg xl
1 15px 30px 50px 65px
2 60px 90px 130px 160px
3 105px 150px 210px 255px
4 150px 210px 290px 350px
5 195px 270px 370px 445px
6 240px 330px 450px 540px
7 285px 390px 530px 635px
8 330px 450px 610px 730px
9 375px 510px 690px 825px
10 420px 570px 770px 920px
11 465px 630px 850px 1015px
12 510px 690px 930px 1110px

プログラムで計算して、テーブルに出力しただけなので、一部間違いがあるかもしれません。

3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?