質問編集履歴
2
文法の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -66,7 +66,7 @@
|
|
66
66
|
<p>テキストテキストテキストテキストテキストテキストテキスト</p>
|
67
67
|
</div>
|
68
68
|
</div>
|
69
|
-
</div>
|
69
|
+
</div>
|
70
70
|
</div>
|
71
71
|
</footer>
|
72
72
|
```
|
1
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -179,65 +179,6 @@
|
|
179
179
|
}
|
180
180
|
|
181
181
|
/* -----------
|
182
|
-
main-right
|
183
|
-
-----------*/
|
184
|
-
|
185
|
-
.main-right-wrapper{
|
186
|
-
width:35%;
|
187
|
-
float:right;
|
188
|
-
text-align: center;
|
189
|
-
margin-bottom:30px;
|
190
|
-
}
|
191
|
-
|
192
|
-
.main-right-wrapper img{
|
193
|
-
width:100px;
|
194
|
-
height:100px;
|
195
|
-
border-radius: 50%;
|
196
|
-
margin-top:100px;
|
197
|
-
}
|
198
|
-
|
199
|
-
.main-right-wrapper h2{
|
200
|
-
font-family:arial;
|
201
|
-
font-weight:lighter;
|
202
|
-
margin-top:20px;
|
203
|
-
}
|
204
|
-
|
205
|
-
.main-right-wrapper p{
|
206
|
-
margin-top:20px;
|
207
|
-
}
|
208
|
-
|
209
|
-
.ranking{
|
210
|
-
width:35%;
|
211
|
-
float:right;
|
212
|
-
}
|
213
|
-
|
214
|
-
.ranking img{
|
215
|
-
width:100%;
|
216
|
-
}
|
217
|
-
|
218
|
-
.archive{
|
219
|
-
width:35%;
|
220
|
-
float:right;
|
221
|
-
}
|
222
|
-
|
223
|
-
.archive h2{
|
224
|
-
font-family: arial;
|
225
|
-
font-weight:lighter;
|
226
|
-
text-align: center;
|
227
|
-
margin:20px;
|
228
|
-
}
|
229
|
-
|
230
|
-
.archive p{
|
231
|
-
margin:20px 0;
|
232
|
-
}
|
233
|
-
|
234
|
-
.archive a{
|
235
|
-
font-family:arial;
|
236
|
-
text-decoration: none;
|
237
|
-
color:black;
|
238
|
-
}
|
239
|
-
|
240
|
-
/* -----------
|
241
182
|
footer
|
242
183
|
-----------*/
|
243
184
|
|