有哪里需要改进的?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
/*在此处补充代码*/
header {
display: -webkit-flex;
display: flex;
background-color: #000000;
justify-content: space-around;
align-items: center;
width: 100%;
}
ul.nav {
width: 33%;
display: flex;
justify-content: space-between;
}
ul.nav>li {
color: #ffffff;
list-style: none;
}
input[type="button"] {
width: 50px;
height: 25px;
border-radius: 5px;
background-color: orange;
border: none;
color: #ffffff;
}
div.login {
width: 8%;
display: flex;
justify-content: space-between;
}
</style>
</head>
<body>
<header>
<div class="logo">
<img src="http://img1.sycdn.imooc.com/climg//59feb59700019dab01910057.png" alt="">
</div>
<ul class="nav">
<li>课程</li>
<li>路径</li>
<li>猿问</li>
<li>手记</li>
</ul>
<div class="login">
<input type="button" value="登录">
<input type="button" value="注册">
</div>
</header>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 622 份
- 解答问题 6815 个
微信带火了小程序,也让前端工程师有了更多的展现机会,本阶段带你从移动基础知识的学习到webAPP开发,及小程序开发,让你PC端与移动端两端通吃。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星