<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style type="text/css">
.a1{
width: 960px;
height: 40px;
border-style: solid;
/text-align: center;/
margin: auto;
color: #55a8ea;
background-color: #55a8ea;
}
.a2{
width: 100px;
line-height: 40px;
text-decoration: none;
font-size: 14px; 微软雅黑;
color: white;
/*vertical-align:middle;*/
/*display: unset;*/
text-align:center;
float: left;
}
.a3{
width: 100px;
line-height: 40px;
text-decoration: none;
font-size: 14px; 微软雅黑;
color: white;
vertical-align:middle;
display: unset;
float: left;
text-align:center;
}
a{
color: blue;
text-decoration: none;
}
a:hover{
background-color: #00619f;
}
.a2 img{
position: absolute;
top: 0px;
}
</style>
</head>
<body>
<div class="a1">
<a href="#" class="a3">首页</a>
<a href="#" class="a2">网站建设</a>
<a href="#" class="a2">程序开发</a>
<a href="#" class="a2">网站营销</a>
<a href="#" class="a2"><img src="img/new.png">企业VI</a>
<a href="#" class="a2">案例展示</a>
<a href="#" class="a2">联系我们</a>
</div>
</body>
</html>
网友评论