回答編集履歴

1

修正

2018/06/19 11:10

投稿

退会済みユーザー
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```css
2
2
 
3
- table tbody tr::nth-of-type(even) {
3
+ table tbody tr:nth-of-type(even) {
4
4
 
5
5
  background-color: #F3F3F3;
6
6