質問編集履歴
1
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|

|
14
14
|
|
15
15
|
### 該当のソースコード
|
16
|
-
|
16
|
+
```html
|
17
17
|
<div class="tab-wrap">
|
18
18
|
<input id="TAB-01" type="radio" name="TAB" class="tab-switch" checked="checked" /><label class="tab-label" for="TAB-01">ゲーム概要</label>
|
19
19
|
<div class="tab-content">
|
@@ -37,10 +37,9 @@
|
|
37
37
|
クリス「初見だと難しいね。でも楽しかった」
|
38
38
|
</div>
|
39
39
|
</div>
|
40
|
-
|
40
|
+
```
|
41
|
-
|
41
|
+
```CSS
|
42
|
-
|
43
|
-
|
42
|
+
#game-detail{
|
44
43
|
display: flex;
|
45
44
|
justify-content: center;
|
46
45
|
color: #ddd;
|
@@ -117,7 +116,7 @@
|
|
117
116
|
display: none;
|
118
117
|
}
|
119
118
|
|
120
|
-
|
119
|
+
```
|
121
120
|
### 試したこと
|
122
121
|
|
123
122
|
heightやweightの調整、wrapの確認
|