質問編集履歴

5

コードの修正

2018/11/06 08:49

投稿

globalplus
globalplus

スコア119

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,7 @@
4
4
 
5
5
  ```html
6
6
 
7
- <div>
8
-
9
- <class id ="wrapper">
7
+ <div class="wrapper">
10
8
 
11
9
  <section id="main">
12
10
 

4

class id を修正

2018/11/06 08:49

投稿

globalplus
globalplus

スコア119

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <div>
8
8
 
9
- <class ="wrapper">
9
+ <class id ="wrapper">
10
10
 
11
11
  <section id="main">
12
12
 

3

情報の補足

2018/11/06 08:32

投稿

globalplus
globalplus

スコア119

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- <section class="gridWrapper">
15
+ <section class="gridWrapper">
16
16
 
17
17
  <article class="grid">
18
18
 
@@ -192,7 +192,11 @@
192
192
 
193
193
  </article>
194
194
 
195
- </section>
195
+ </section>
196
+
197
+ </section>
198
+
199
+ </class>
196
200
 
197
201
  </div>
198
202
 

2

情報の補足

2018/11/06 08:05

投稿

globalplus
globalplus

スコア119

test CHANGED
File without changes
test CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ```html
6
6
 
7
+ <div>
8
+
9
+ <class ="wrapper">
10
+
11
+ <section id="main">
12
+
13
+
14
+
7
15
  <section class="gridWrapper">
8
16
 
9
17
  <article class="grid">
@@ -186,12 +194,38 @@
186
194
 
187
195
  </section>
188
196
 
197
+ </div>
198
+
189
199
  ```
190
200
 
191
201
 
192
202
 
193
203
  ```css
194
204
 
205
+ #header,#wrapper,.inner{
206
+
207
+ width:960px;
208
+
209
+ padding:0;
210
+
211
+ margin:0 auto;
212
+
213
+ }
214
+
215
+
216
+
217
+ #wrapper{
218
+
219
+ padding-bottom:20px;
220
+
221
+ margin-left: auto;
222
+
223
+ margin-right: auto;
224
+
225
+ }
226
+
227
+
228
+
195
229
  .gridWrapper{
196
230
 
197
231
  padding-bottom:40px;

1

画像、説明の追加

2018/11/06 07:32

投稿

globalplus
globalplus

スコア119

test CHANGED
File without changes
test CHANGED
@@ -243,3 +243,9 @@
243
243
  }
244
244
 
245
245
  ```
246
+
247
+
248
+
249
+ ![イメージ説明](2e93d47f5cafdb6372033bb2c1e96a8e.png)
250
+
251
+ 画像のように左の空白が多すぎるので15個のbox達をそのまま中央寄せしたいです。