哪有什么岁月静好,不过是有人替你负重前行!

reset.css重置各个标签属性

reset.css重置各个标签属性

body,p,ul,ol,dl,dt,h1,h2,h3,h4,h5,h6,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
input{
	border: none;
	outline: none;
}
a{
	text-decoration: none;
}

 

在html代码的header里面加这下面代码:

<link rel="stylesheet" type="text/css" href="css/reset.css">

  

posted @ 2021-12-27 09:48  longfei825  阅读(52)  评论(0编辑  收藏  举报