Home  >  Article  >  Web Front-end  >  Mobile CSS Reset_html/css_WEB-ITnose

Mobile CSS Reset_html/css_WEB-ITnose

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

My mobile CSS Reset, which will be updated later.

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; }

Copyright statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.

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