質問編集履歴

2

CSSの追加

2017/03/24 09:37

投稿

revoiot
revoiot

スコア188

test CHANGED
File without changes
test CHANGED
@@ -172,4 +172,46 @@
172
172
 
173
173
 
174
174
 
175
+
176
+
177
+
178
+
179
+ .header-dash ul li{
180
+
181
+ list-style:none;
182
+
183
+ text-align:center;
184
+
185
+ margin:0 auto;
186
+
187
+ display:block;
188
+
189
+ }
190
+
191
+
192
+
193
+ .header-dash ul {
194
+
195
+ width:100%;
196
+
197
+ text-align:center;
198
+
199
+ margin:0 auto;
200
+
201
+ padding:0;
202
+
203
+ list-style:none;
204
+
205
+ }
206
+
207
+
208
+
209
+ .header-dash ul li{
210
+
211
+ list-style:none;
212
+
213
+ }
214
+
215
+
216
+
175
217
  ```

1

CCSの追加

2017/03/24 09:37

投稿

revoiot
revoiot

スコア188

test CHANGED
File without changes
test CHANGED
@@ -146,4 +146,30 @@
146
146
 
147
147
 
148
148
 
149
+ .header-dash{
150
+
151
+ width:100%;
152
+
153
+ background-color:#7FFFD4;
154
+
155
+ margin:0 auto;
156
+
157
+ list-style:none;
158
+
159
+ }
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+ .header-dash ul li{
168
+
169
+ border-bottom:0.5px solid rgb(91, 148, 148);
170
+
171
+ }
172
+
173
+
174
+
149
175
  ```