Home  >  Article  >  Web Front-end  >  移动端CSS Reset_html/css_WEB-ITnose

移动端CSS Reset_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:38:31763browse

我的移动端CSS Reset,后续会更新。

html, body{ width: 100%; margin: 0; padding: 0; }html{ overflow-x: hidden; overflow-y: auto; }ul{ list-style: none; margin: 0; padding: 0; }p{ padding: 0; margin: 0; }a{ text-decoration: none; }

版权声明:本文为博主原创文章,未经博主允许不得转载。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn