質問編集履歴

1

<link rel="stylesheet" href="css/style.css"> .をなくしました。cssをシンプルにしました。

2020/11/11 08:56

投稿

ojakomaru
ojakomaru

スコア10

test CHANGED
File without changes
test CHANGED
@@ -40,11 +40,11 @@
40
40
 
41
41
  <meta name="description" content="おジャコ丸のポートフェリオサイトです。">
42
42
 
43
- <link rel="stylesheet" href=".css/style.css">
43
+ <link rel="stylesheet" href="css/style.css">
44
44
 
45
45
  </head>
46
46
 
47
- <body>
47
+
48
48
 
49
49
  ``
50
50
 
@@ -52,13 +52,9 @@
52
52
 
53
53
  ```
54
54
 
55
- body {
55
+ h1 {
56
56
 
57
- color: #333;
57
+ color: red;
58
-
59
- font-family: Verdana, sans-serif;
60
-
61
- margin:0;
62
58
 
63
59
  }
64
60