質問編集履歴
1
CSSコードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -117,6 +117,41 @@
|
|
117
117
|
|
118
118
|
```CSS
|
119
119
|
コード
|
120
|
+
.header{height:90px}
|
121
|
+
.header-logo{font-size: 38px;
|
122
|
+
text-align: center;
|
123
|
+
background-color:rgba(0, 0, 0, 0.5);
|
124
|
+
background-repeat: repeat;
|
125
|
+
background-size: cover;
|
126
|
+
color:white;
|
127
|
+
padding: 20px 40px;
|
128
|
+
|
129
|
+
}
|
130
|
+
|
131
|
+
body{background-color: rgba(220, 220, 220, 0.452);
|
132
|
+
}
|
133
|
+
|
134
|
+
|
135
|
+
.header-list{
|
136
|
+
font-size: 15px;
|
137
|
+
float: right;
|
138
|
+
padding:15px;
|
139
|
+
padding-top:130px;
|
140
|
+
|
141
|
+
}
|
142
|
+
|
143
|
+
.genre {padding: 15px;
|
144
|
+
float:left;
|
145
|
+
background-color: white;
|
146
|
+
border-radius: 10px 20px 30px 40px;
|
147
|
+
}
|
148
|
+
h1{text-align: center;}
|
149
|
+
.genre{padding: 15px;
|
150
|
+
float:left;}
|
151
|
+
.explain{text-align: center;}
|
152
|
+
.hyouji{float:right;}
|
153
|
+
|
154
|
+
.Big{text-align: center;}
|
120
155
|
@media(max-width:460px){
|
121
156
|
.setsumei{padding-left:40px;}
|
122
157
|
|