亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

仿制php.cn的導(dǎo)航

??? 2019-01-31 22:46:17 231
????:<!DOCTYLE html><html><head><meta charset="utf-8"><link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.



<!DOCTYLE html>


<html>


<head>


<meta charset="utf-8">

<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">

<title>導(dǎo)航條</title>

<style>

.header{width:100%;background-color:black;line-height:70px;}

.header-left{width:1200px;height:70px;float:left;}

.header-right{width:200px;height:70px;float:right;}

.clear{clear:both;}

a{text-decoration:none;color:#fff;margin-left:4px;}

.header a{display:inline-block;height:40px;width:90px;text-align:center;}

.header img{display:inline-block;}

.img1{ width:70px;height:70px;border-radius:50%;}

a:hover{color:red;border-bottom:5px solid green;}


</style>


</head>


<body>


<div class="header">


<div class="header-left">

  <img src="img/logo.png" alt="hello" style="width:160px;height:70px;">

<a href="#">首頁</a>

<a href="#">視頻教程<i class=" fa fa-angle-down"></i></a>

<a href="#">社區(qū)問答</a>

<a href="#">編程詞典</a>

<a href="#">手冊下載</a>

<a href="#">工具下載</a>

<a href="#">類庫下載</a>

<a href="#">工具下載</a>

<a href="#">特色課程</a>

<a href="#">菜鳥學(xué)堂</a>

</div>

<div class="header-right">

  <a href="#"><i class=" fa fa-volume-up"></i></a>

  <img class="img1" src="img/logo.png" alt="hello"/>


</div>

<div class="clear"></div>

</div>

</body>



</html>


?? ???:滅絕師太?? ??:2019-02-01 09:56:41
???? ??:完成的不錯,導(dǎo)航案例在布局中占比重還是挺大 的,試著完成其他類型的導(dǎo)航

??? ??

?? ??