回答編集履歴

2

修正

2019/12/31 05:28

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -1,6 +1,6 @@
1
1
  1. `<div id="home">` という **`div` 要素の開始タグに対する終了タグが存在しない**ため、そのようなエラーが発生しています。
2
2
 
3
- 2. `.navbar` クラスを `nav` 要素へ付与することで、 `justify-content` プロパティへ `space-between` が設定され、各 flex アイテムは **flex コンテナの中で主軸方向に均等に配置されます**。
3
+ 2. `.navbar` クラスを `nav` 要素へ付与することで、 `justify-content` プロパティへ `space-between` が設定され、各 flex アイテムは **flex コンテナの中で主軸方向に均等に配置されます**。
4
4
 
5
5
 
6
6
 

1

修正

2019/12/31 05:28

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -10,13 +10,11 @@
10
10
 
11
11
  > Here’s what you need to know before getting started with the navbar:
12
12
 
13
-
13
+ >
14
-
14
+
15
- > - Navbars require a wrapping .navbar with .navbar-expand{-sm|-md|-lg|-xl} for responsive collapsing and color scheme classes.
15
+ - Navbars require a wrapping `.navbar` with `.navbar-expand{-sm|-md|-lg|-xl}` for responsive collapsing and color scheme classes.
16
-
17
-
18
-
16
+
19
- > - Use our spacing and flex utility classes for controlling spacing and alignment within navbars.
17
+ - Use our spacing and flex utility classes for controlling spacing and alignment within navbars.
20
18
 
21
19
 
22
20