質問編集履歴

1

cssライブラリの追記 コードブロックに変更

2020/06/20 04:13

投稿

takagi_syunsuke
takagi_syunsuke

スコア3

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,14 @@
8
8
 
9
9
 
10
10
 
11
+ cssライブラリ
12
+
13
+ [normalize](http://necolas.github.io/normalize.css/)
14
+
15
+ [skeleton.css](http://getskeleton.com/)
16
+
17
+
18
+
11
19
  ### 該当のソースコード
12
20
 
13
21
 
@@ -16,6 +24,8 @@
16
24
 
17
25
  ソースコード**
18
26
 
27
+ ```HTML
28
+
19
29
  <!DOCTYPE html>
20
30
 
21
31
  <html lang="ja">
@@ -250,6 +260,8 @@
250
260
 
251
261
  </html>
252
262
 
263
+ ```
264
+
253
265
 
254
266
 
255
267
 
@@ -266,7 +278,11 @@
266
278
 
267
279
  **css ファイル名:style.css 長いので該当するページに適応したcssのみ示します。
268
280
 
281
+ ```css
282
+
283
+
284
+
269
- /*column-list*/
285
+ /*column-list*/
270
286
 
271
287
  .column_text{
272
288
 
@@ -332,6 +348,8 @@
332
348
 
333
349
 
334
350
 
351
+ ```
352
+
335
353
 
336
354
 
337
355