質問編集履歴
1
cssのクラス名が間違ってたのを修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
</div>
|
15
15
|
```
|
16
16
|
```css
|
17
|
-
|
17
|
+
.hoge {
|
18
18
|
width: 259px;
|
19
19
|
float:left;
|
20
20
|
list-style-type: none;
|