当前位置:网站首页>JD quick navigation box
JD quick navigation box
2022-07-25 22:35:00 【Mo Nian】
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
color: black;
}
.a1{
color: red
}
.a2{
color: red;
}
ul{
width: 1200px;
height: 50px;
margin: 50px auto;
}
ul>li{
float: left;
height: 50px;
line-height: 50px;
width: 120px;
text-align: center;
}
ul>li:hover>a{
color: red;
}
</style>
</head>
<body>
<ul>
<li><a class="a1" href="#"><strong> seckill </strong></a></li>
<li><a class="a2" href="#"><strong> Coupon </strong></a></li>
<li><a href="#">PLUS members </a></li>
<li><a href="#"> Brand flash purchase </a></li>
<li><a href="#"> The auction </a></li>
<li><a href="#"> Jingdong home appliances </a></li>
<li><a href="#"> Jingdong supermarket </a></li>
<li><a href="#"> Jingdong fresh </a></li>
<li><a href="#"> Jingdong International </a></li>
<li><a href="#"> Jingdong cloud </a></li>
</ul>
</body>
</html>
边栏推荐
- 3 词法分析
- IPv4地址已经完全耗尽,互联网还能正常运转,NAT是最大功臣!
- [training day15] simple calculation [tree array] [mathematics]
- Can generic types be used in array
- D3.js 学习
- Today, learn about the use of lists, hyperlinks, image tags, and audio and video
- 力矩电机控制基本原理
- Wkid in ArcGIS
- IPv4 addresses have been completely exhausted, and the Internet can work normally. NAT is the greatest contributor!
- Div drag effect
猜你喜欢
随机推荐
Common source code for ArcGIS development
ArcGIS中的WKID
Xiaobai programmer the next day
torchvision
C语言逆序打印字符串的两种方法
【集训DAY13】Travel【暴力】【动态规划】
[training Day11] Calc [mathematics]
编译器引论
Xiaobai programmer's sixth day
Naming rules of software test pytest pytest the pre and post confitest of use cases Py customized allure report @pytest.mark.parameter() decorator as data-driven
数据质量:数据治理的核心
Smart S7-200 PLC channel free mapping function block (do_map)
Xiaobai programmer's fifth day
Data governance under data platform
Builder pattern
Scratch seamless butt bron filter
编译和反编译
分享两个音乐播放地址
ThreadLocal 总结(未完待续)
谷歌分析UA怎么转最新版GA4最方便








