回答編集履歴
2
リンクミス
test
CHANGED
@@ -16,4 +16,4 @@
|
|
16
16
|
|
17
17
|
> .container-fluid はビューポートの幅全体に広がる全幅のコンテナです。
|
18
18
|
|
19
|
-
[概要(Overview) - Bootstrap 4.4 - 日本語リファレンス](https://getbootstrap.jp/docs/4.4/layout/overview/#
|
19
|
+
[概要(Overview) - Bootstrap 4.4 - 日本語リファレンス](https://getbootstrap.jp/docs/4.4/layout/overview/#fluid)
|
1
引用をわかりやすくした。
test
CHANGED
@@ -6,10 +6,14 @@
|
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
> .container は
|
9
|
+
> .container は固定幅のコンテナです。
|
10
10
|
|
11
|
-
|
11
|
+
[概要(Overview) - Bootstrap 4.4 - 日本語リファレンス](https://getbootstrap.jp/docs/4.4/layout/overview/#all-in-one)
|
12
12
|
|
13
|
-
.container-{breakpoint} は指定されたブレークポイントまで width:100% となります。
|
14
13
|
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
> .container-fluid はビューポートの幅全体に広がる全幅のコンテナです。
|
18
|
+
|
15
|
-
[概要(Overview) - Bootstrap 4.4 - 日本語リファレンス](https://getbootstrap.jp/docs/4.4/layout/overview/)
|
19
|
+
[概要(Overview) - Bootstrap 4.4 - 日本語リファレンス](https://getbootstrap.jp/docs/4.4/layout/overview/#all-in-one)
|