回答編集履歴

1

修正

2019/10/18 09:56

投稿

退会済みユーザー
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```CSS
6
6
 
7
- .hoge:not(:last-of-type) {
7
+ .hoge {
8
8
 
9
9
  width: 259px;
10
10
 
@@ -13,6 +13,10 @@
13
13
  list-style-type: none;
14
14
 
15
15
  position: relative; 
16
+
17
+ }
18
+
19
+ .hoge:not(:last-of-type) {
16
20
 
17
21
  border-right:1px solid #F0FFFF;
18
22