回答編集履歴

2

修正

2021/02/25 06:26

投稿

dit.
dit.

スコア3235

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ul {
6
6
 
7
- list-style: none;
7
+ list-style-type: none;
8
8
 
9
9
  }
10
10
 
@@ -32,4 +32,6 @@
32
32
 
33
33
  箇条書き関連で図説入りでわかりやすいページがあったので紹介しておきます。
34
34
 
35
+ [【HTMLで箇条書き】ul・ol・liタグの使い方まとめ|サルワカ](https://saruwakakun.com/html-css/basic/ul-ol-li#section3)
36
+
35
37
  [【HTML&CSS】箇条書きの余白とインデントの調整方法|サルワカ](https://saruwakakun.com/html-css/reference/list-space)

1

追記

2021/02/25 06:26

投稿

dit.
dit.

スコア3235

test CHANGED
@@ -22,8 +22,14 @@
22
22
 
23
23
  list-style: none;
24
24
 
25
- padding: 0;
25
+ padding-left: 0;
26
26
 
27
27
  }
28
28
 
29
29
  ```
30
+
31
+
32
+
33
+ 箇条書き関連で図説入りでわかりやすいページがあったので紹介しておきます。
34
+
35
+ [【HTML&CSS】箇条書きの余白とインデントの調整方法|サルワカ](https://saruwakakun.com/html-css/reference/list-space)