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

質問編集履歴

1

書式の改善

2018/09/05 12:05

投稿

rice_medicine
rice_medicine

スコア15

title CHANGED
File without changes
body CHANGED
@@ -4,7 +4,7 @@
4
4
  どなたかご教示をお願いします。
5
5
 
6
6
  html
7
-
7
+ ```
8
8
  <html>
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=windows-31j">
@@ -52,18 +52,18 @@
52
52
  </div>
53
53
  </body>
54
54
  </html>
55
-
55
+ ```
56
56
  css
57
57
 
58
58
 
59
+ ```
59
60
  .tab-content > .tab-box > div {
60
61
  display: none;
61
62
  }
62
-
63
63
  #tab1:checked ~ .tab-box > #tabView1 {
64
64
  display: block;
65
65
  }
66
-
67
66
  #tab2:checked ~ .tab-box > #tabView2 {
68
67
  display: block;
69
- }
68
+ }
69
+ ```