上面是要做出的页面。
下面是自己写的。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style type="text/css">
.divall{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
}
.head{
display: flex;
flex-wrap: wrap;
margin-top: 30px;
margin-left: 10%;
width: 100%;
height: 150px;
min-width: 900px;
}
.div0{
width: 25%;
height: 150px;
}
#span1{
/* width: 90px; */
/* height: 150px; */
font-size: 14px;
margin: 10px;
/* font:; */
}
#span1:hover{
color: darkorange;
border-bottom: #FF8C00 solid 1px;
}
/* .pPRODUCT{
margin: 5% 0 0 45%;
font-size: 25px;
color: gray;
}
#id1{
color: black;
} */
.divpzuopin{
width: 100%;
margin-top: 5%;
display: flex;
justify-content: center;
}
.div4gtp{
display: flex;
justify-content: center;
text-align: center;
flex-wrap: wrap;
}
#lbt{
width: 20%;
margin: 10px;
}
#ptpwz{
width: 20%;
margin: 10px;
font-size: 10px;
}
</style>
</head>
<body>
<div class="divall">
<div class="head">
<img src="img/avatar.jpg" width="50px" height="50px" >
<span style="font-size: 35px;">Alloy Team</span>
<div class="div0">
</div>
<span id="span1">首页</span>
<span id="span1">博客</span>
<span id="span1">Github</span>
<span id="span1">SuperStar</span>
<span id="span1">Web前端导航</span>
<span id="span1">关于</span>
</div>
<hr width="100%" >
<!-- <p class="pPRODUCT">Product / <strong id="id1">作品</strong></p> -->
<div class="divpzuopin">
<span style="">Product /</span>
<span>作品</span>
</div>
<div class="div4gtp">
<img id="lbt" src="img/codetank.jpg" >
<img id="lbt" src="img/alloyphoto.jpg" >
<img id="lbt" src="img/alloydesigner.jpg" >
<img id="lbt" src="./img/alloystick.jpg" >
<p id="ptpwz">CodeTank <br>全世界首个JavaScript程序员的在线</p>
<p id="ptpwz">AllowPhonto</p>
<p id="ptpwz">AllowDisigner <br>新概念开发工具</p>
<p id="ptpwz"> AllowStrck</p>
</div>
<div style="display: flex;justify-content: center; margin: 2% 0 0 47% ;">
<input type="button" name="" id="" value="更多作品/" />
</div>
</div>
</body>
</html>
新手自己写的。有很多功能存在缺陷。
比如缩放会变型。鼠标移动到导航 出现的线会往下很多。
希望有时间的大佬帮忙教一下怎么做。