質問編集履歴

1

書式の改善

2018/09/05 12:05

投稿

rice_medicine
rice_medicine

スコア15

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  html
12
12
 
13
-
13
+ ```
14
14
 
15
15
  <html>
16
16
 
@@ -106,7 +106,7 @@
106
106
 
107
107
  </html>
108
108
 
109
-
109
+ ```
110
110
 
111
111
  css
112
112
 
@@ -114,13 +114,13 @@
114
114
 
115
115
 
116
116
 
117
+ ```
118
+
117
119
  .tab-content > .tab-box > div {
118
120
 
119
121
  display: none;
120
122
 
121
123
  }
122
-
123
-
124
124
 
125
125
  #tab1:checked ~ .tab-box > #tabView1 {
126
126
 
@@ -128,10 +128,10 @@
128
128
 
129
129
  }
130
130
 
131
-
132
-
133
131
  #tab2:checked ~ .tab-box > #tabView2 {
134
132
 
135
133
  display: block;
136
134
 
137
135
  }
136
+
137
+ ```