搜索

第七课_CSS导航条

原创 2019-04-20 22:28:58 234
摘要:<!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>

<ul>

<li>全球</li>

<li>香港</li>

<li>台湾</li>

<li>澳门</li>

</ul>

</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>

<ul>

<li>已买到的宝贝</li>

<li>我的足迹</li>

</ul>

</a>

<a href=""><i class="fa fa-cart-plus" style="color: #FF5000;"></i> 购物车</a>

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

<a href="">商品分类</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-align-justify" style="color: #FF5000;"></i> 网站导航 <i class="fa fa-angle-down"></i></a>

</div>

</div>

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

</div>




</body>

</html>


批改老师:天蓬老师批改时间:2019-04-22 09:58:00
老师总结:你的css代码呢? 这个案例的精华在css中, html结构并不重要

发布手记

热门词条