teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

書式の改善

2021/06/15 15:21

投稿

sato-san
sato-san

スコア1

title CHANGED
File without changes
body CHANGED
@@ -13,7 +13,7 @@
13
13
  ![イメージ説明](95e78bcf2d2d2bc2f8c529c41843b6bd.jpeg)
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
- ////css
41
+ ```CSS
42
-
43
- game-detail{
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の確認