回答編集履歴
2
調整
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
```javascrit
|
17
|
+
```javascript
|
18
18
|
|
19
19
|
$(function(){
|
20
20
|
|
1
調整
test
CHANGED
@@ -4,9 +4,7 @@
|
|
4
4
|
|
5
5
|
#matrix{border-collapse:collapse;}
|
6
6
|
|
7
|
-
#matrix td{border:solid 1px #000000;}
|
7
|
+
#matrix td{border:solid 1px #000000;background-Color:aqua;}
|
8
|
-
|
9
|
-
#matrix td{background-Color:aqua;}
|
10
8
|
|
11
9
|
#matrix tr:nth-child(2n) td:nth-child(2n),
|
12
10
|
|