回答編集履歴

1

修正

2019/06/05 21:28

投稿

退会済みユーザー
test CHANGED
@@ -40,7 +40,9 @@
40
40
 
41
41
  td.today {
42
42
 
43
+ border-bottom: 2px solid green;
44
+
43
- background: yellow;
45
+ background: rgba(255,255,0,.3);
44
46
 
45
47
  }
46
48
 
@@ -64,16 +66,6 @@
64
66
 
65
67
  <input type="button" value="next" id="next">
66
68
 
67
- <hr>
68
-
69
- <div id="fuga"></div>
70
-
71
- <input type="button" value="prev" id="prev2">
72
-
73
- <input type="button" value="next" id="next2">
74
-
75
-
76
-
77
69
 
78
70
 
79
71
  <script>