<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>名鞋库</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="d1"></div>
<div class="d2"></div>
<div class="d3"></div>
<div class="d4"></div>
<div class="d5"></div>
<div class="d6"></div>
</body>
</html>
样式
*{
margin: 0;
padding: 0;
}
.d1{
width: 1299px;
height: 26px;
background-color: yellowgreen;
}
.d2{
width: 1299px;
height: 76px;
background-color: #deddd9;
}
.d3{
width: 1299px;
height: 34px;
background-color: red;
}
.d4{
width: 1290px;
height: 550px;
background-color: yellowgreen;
margin: 0 auto;
}
.d5{
width: 1190px;
height: 1481px;
background-color: #019e8b;
margin: 0 auto;
}
.d6{
width: 1190px;
height: 1481px;
background-color: #016 ;
margin: 0 auto;
}
网友评论