質問編集履歴
1
ご指摘いただいた試した箇所の記述をしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,13 +30,13 @@
|
|
30
30
|
|
31
31
|
<footer id="footer">
|
32
32
|
|
33
|
-
<p class="footer-text">Herto design
|
33
|
+
<p class="footer-text">Herto design</p>
|
34
34
|
|
35
35
|
<h1><a href="https://www.instagram.hl=ja"><img class="instagram" src="IMG/instagram.png" alt="instagram icon"></a></h1>
|
36
36
|
|
37
37
|
</footer>
|
38
38
|
|
39
|
-
|
39
|
+
-------------
|
40
40
|
|
41
41
|
CSS
|
42
42
|
|
@@ -46,13 +46,7 @@
|
|
46
46
|
|
47
47
|
height: 100px;
|
48
48
|
|
49
|
-
text-align: center;
|
50
|
-
|
51
|
-
padding: 0;
|
52
|
-
|
53
|
-
background-color:
|
49
|
+
background-color: #FFFFFF;
|
54
|
-
|
55
|
-
background-size:cover;
|
56
50
|
|
57
51
|
}
|
58
52
|
|
@@ -72,7 +66,7 @@
|
|
72
66
|
|
73
67
|
float: right;
|
74
68
|
|
75
|
-
|
69
|
+
margin-bottom:100px
|
76
70
|
|
77
71
|
}
|
78
72
|
|
@@ -84,7 +78,9 @@
|
|
84
78
|
|
85
79
|
|
86
80
|
|
81
|
+
.instagramの箇所のmargin-bottomを上げたいと思い100pxで設定してみたところ、
|
82
|
+
|
87
|
-
|
83
|
+
.footerで設定した背景色が移動してしまい、footer部分の下側に余計な余白が発生してしまいました。
|
88
84
|
|
89
85
|
|
90
86
|
|