搜索

第七课_CSS导航条

原创 2019-04-20 22:02:51 208
摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>css</title> <link rel="stylesheet" type="text/css" href="css/index.c

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>css</title>

<link rel="stylesheet" type="text/css" href="css/index.css">

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

</head>

<body>


<div class="header">

<div class="header_content">

<div class="header_left">

<a href="" class="header_a">中国大陆 <i class="fa fa-angle-down"></i></a>

<a href="" style="color: #FF5000;">亲,请登录</a>

<a href="">免费注册</a>

<a href="">手机逛淘宝</a>

</div>

<div class="header_right">

<a href="" class="header_b">我的淘宝 <i class="fa fa-angle-down"></i></a>

<a href=""><i class="fa fa-cart-plus"></i> 购物车</a>

<a href="" class="header_b"><i class="fa fa-star"></i> 收藏夹</a>

<a href="">商品分类 <i class="fa fa-angle-down"></i></a>

<a href="" class="header_b">卖家中心 <i class="fa fa-angle-down"></i></a>

<a href="" class="header_b">联系客服 <i class="fa fa-angle-down"></i></a>

<a href="" class="header_b">网站导航 <i class="fa fa-angle-down"></i></a>

</div>

</div>

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

</div>




</body>

</html>


批改老师:西门大官人批改时间:2019-04-22 10:19:48
老师总结:最好上传一下程序的运行效果图。还有css样式没有看到哦

发布手记

热门词条