回答編集履歴
1
style属性のタイポミスを修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```html
|
2
2
|
|
3
|
-
<div sy
|
3
|
+
<div style="font-size: 18px; border: 5px double #ba2636; padding: 10px; border-radius: 0px; background: #FFFFFF;">★ここに文字を入力してください。</div>
|
4
4
|
|
5
5
|
```
|
6
6
|
|