回答編集履歴
2
画像更新
answer
CHANGED
@@ -32,4 +32,4 @@
|
|
32
32
|
</html>
|
33
33
|
```
|
34
34
|
|
35
|
-

|
1
中央寄せ忘れ
answer
CHANGED
@@ -6,9 +6,10 @@
|
|
6
6
|
<title>Example</title>
|
7
7
|
<style>
|
8
8
|
.container {
|
9
|
+
width: 1000px;
|
9
10
|
display: block;
|
10
11
|
margin: 0 auto;
|
11
|
-
|
12
|
+
text-align: center;
|
12
13
|
}
|
13
14
|
.container>img {
|
14
15
|
width: 200px;
|