質問編集履歴

1

2018/03/17 15:05

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,4 +12,18 @@
12
12
 
13
13
  Font sizeは0.8em
14
14
 
15
- Width,hei
15
+ Width,heightはauto
16
+
17
+
18
+
19
+ ```CSS
20
+
21
+ .demo1{
22
+
23
+ width: 100%;
24
+
25
+ margin-right: auto;
26
+
27
+ margin-left: auto;
28
+
29
+ ```