質問編集履歴

1

css追加

2019/06/20 05:37

投稿

skyneru
skyneru

スコア14

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,57 @@
82
82
 
83
83
 
84
84
 
85
+ .headerBar:after{
85
86
 
87
+ content:"";
88
+
89
+ display:block;
90
+
91
+ clear:both;
92
+
93
+ }
94
+
95
+ .sitelogo{
96
+
97
+ float:left;
98
+
99
+ width:90%;
100
+
101
+ }
102
+
103
+ .menu{
104
+
105
+ width:10%;
106
+
107
+ float:right;
108
+
109
+ font-size:34px;
110
+
111
+ line-height:45px;
112
+
113
+ }
114
+
115
+
116
+
117
+ h1 a{
118
+
119
+ text-decoration: none;
120
+
121
+
122
+
123
+ }
124
+
125
+ h1:hover{
126
+
127
+ opacity:0.8;
128
+
129
+ }
130
+
131
+ h1 a:visited{
132
+
133
+ color:#fff;
134
+
135
+ }
86
136
 
87
137
  //スマホ用
88
138