6 lines
90 B
CSS
6 lines
90 B
CSS
/* 专门用来清除浏览器默认的css样式 */
|
|
|
|
body,p {
|
|
margin: 0;
|
|
padding: 0;
|
|
} |