質問編集履歴
1
css追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,7 +40,32 @@
|
|
40
40
|
|
41
41
|
}
|
42
42
|
|
43
|
+
.headerBar:after{
|
44
|
+
content:"";
|
45
|
+
display:block;
|
46
|
+
clear:both;
|
47
|
+
}
|
48
|
+
.sitelogo{
|
49
|
+
float:left;
|
50
|
+
width:90%;
|
51
|
+
}
|
52
|
+
.menu{
|
53
|
+
width:10%;
|
54
|
+
float:right;
|
55
|
+
font-size:34px;
|
56
|
+
line-height:45px;
|
57
|
+
}
|
43
58
|
|
59
|
+
h1 a{
|
60
|
+
text-decoration: none;
|
61
|
+
|
62
|
+
}
|
63
|
+
h1:hover{
|
64
|
+
opacity:0.8;
|
65
|
+
}
|
66
|
+
h1 a:visited{
|
67
|
+
color:#fff;
|
68
|
+
}
|
44
69
|
//スマホ用
|
45
70
|
@media (min-width:375px) and (max-width:667px){
|
46
71
|
body{
|