質問編集履歴

1

タイプミスを修正しました

2019/07/31 06:01

投稿

nyaaa6
nyaaa6

スコア21

test CHANGED
File without changes
test CHANGED
@@ -2,9 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ```html
6
-
7
- <!DOCTYPE html>
5
+ ```<!DOCTYPE html>
8
6
 
9
7
  <html>
10
8
 
@@ -54,7 +52,7 @@
54
52
 
55
53
 
56
54
 
57
- <div class="container"
55
+ <div class="container">
58
56
 
59
57
  <form action="http://book.h2o-space.com/html/form.php" mthod="post">
60
58
 
@@ -212,13 +210,15 @@
212
210
 
213
211
 
214
212
 
213
+
214
+
215
215
  ```
216
216
 
217
217
 
218
218
 
219
219
  ```css
220
220
 
221
-
221
+
222
222
 
223
223
  header{
224
224
 
@@ -524,11 +524,13 @@
524
524
 
525
525
 
526
526
 
527
- @media screen and (max-width:770px) {
527
+ @media all and (min-width:770px) {
528
-
528
+
529
- .container{
529
+ header{
530
-
530
+
531
- text-align: left;
531
+ margin-top: 1000px;
532
+
533
+ color: #2e99a9;
532
534
 
533
535
  }
534
536