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

質問編集履歴

1

<code>変更

2020/05/14 14:21

投稿

zzaa
zzaa

スコア9

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
  test.html
8
-
8
+ ```ここに言語を入力
9
9
  <!DOCTYPE html>
10
10
  <html>
11
11
  <head>
@@ -29,11 +29,10 @@
29
29
 
30
30
  </body>
31
31
  </html>
32
+ ```
32
33
 
33
-
34
-
35
34
  test.css
36
-
35
+ ```ここに言語を入力
37
36
  html, body{
38
37
  height: 100%;
39
38
  margin: 0;
@@ -77,4 +76,5 @@
77
76
  background-color:black;
78
77
  width: calc(100%-300px);
79
78
  height:60px;
80
- }
79
+ }
80
+ ```