質問編集履歴

4

誤記

2018/10/11 20:55

投稿

damborr5245
damborr5245

スコア13

test CHANGED
File without changes
test CHANGED
@@ -74,4 +74,4 @@
74
74
 
75
75
  opacity: 0.5;
76
76
 
77
- };
77
+ }

3

誤記

2018/10/11 20:54

投稿

damborr5245
damborr5245

スコア13

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  <meta charset="utf-8">
16
16
 
17
- <title>Portforio</title>
17
+ <title>Portfolio</title>
18
18
 
19
19
  <link rel="stylesheet" href="../css/stylesheet.css" type="html/css">
20
20
 

2

CSSを追記

2018/10/11 20:53

投稿

damborr5245
damborr5245

スコア13

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,45 @@
33
33
 
34
34
 
35
35
  同じフォルダに移してhref="stylesheet.css"と記述してもダメでした。何が原因かわかる方いらっしゃいますでしょうか。低レベルな質問すいません。
36
+
37
+
38
+
39
+ CSS追記します。
40
+
41
+ header{
42
+
43
+ background-color: black;
44
+
45
+ color:white;
46
+
47
+ height:150px;
48
+
49
+ width:100%;
50
+
51
+ }
52
+
53
+ ul{
54
+
55
+ list-style:none;
56
+
57
+ }
58
+
59
+ body {
60
+
61
+ margin: 0;
62
+
63
+ font-family: "Hiragino Kaku Gothic ProN";
64
+
65
+ }
66
+
67
+ .top-backImage{
68
+
69
+ background-image: url(../image/wood.jpg);
70
+
71
+ height:400px;
72
+
73
+ width:100%;
74
+
75
+ opacity: 0.5;
76
+
77
+ };

1

誤記修正

2018/10/11 20:50

投稿

damborr5245
damborr5245

スコア13

test CHANGED
File without changes
test CHANGED
@@ -10,8 +10,6 @@
10
10
 
11
11
 
12
12
 
13
- <html>
14
-
15
13
  <head>
16
14
 
17
15
  <meta charset="utf-8">
@@ -21,10 +19,6 @@
21
19
  <link rel="stylesheet" href="../css/stylesheet.css" type="html/css">
22
20
 
23
21
  </head>
24
-
25
-
26
-
27
- project
28
22
 
29
23
 
30
24