回答編集履歴
1
修正
answer
CHANGED
@@ -1,8 +1,7 @@
|
|
1
|
-
|
1
|
+
ブラウザの初期スタイルは、
|
2
2
|
```CSS
|
3
3
|
* {
|
4
4
|
margin: 0px;
|
5
5
|
padding: 0px;
|
6
6
|
}
|
7
|
-
```
|
8
|
-
[参考](http://www.htmq.com/tutorial/08_5.shtml)
|
7
|
+
```[参考](http://www.htmq.com/tutorial/08_5.shtml)
|