当前位置:网站首页>The third day of Xiaobai programmer
The third day of Xiaobai programmer
2022-07-25 22:16:00 【Too difficult L】
The search bar on the left side of jd.com website is established
<!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> Simulation of Jingdong sidebar navigation effect </title>
<style>
a{
text-decoration: none;
color: black;
}
a:hover{
color: hsl(20, 100%, 50%);
}
p:hover{
background-color: rgb(130, 144, 145);
}
</style>
<body>
<div id="nav">
<p class="line1">
<a href="#" > Household appliances </a>
</p>
<p class="line2">
<a href="#" > mobile phone </a>/
<a href="#" > Operator, </a>/
<a href="#" > Digital </a>
</p>
<p class="line3">
<a href="#" > The computer </a>/
<a href="#" > office </a>
</p>
<p class="line4">
<a href="#" > Home Furnishing </a>/
<a href="#" > furniture </a>/
<a href="#" > Home decoration </a>/
<a href="#" > Kitchenware </a>
</p>
<p class="line5">
<a href="#" > men's wear </a>/
<a href="#" > Women's wear </a>/
<a href="#" > Children's wear </a>/
<a href="#" > Underwear </a>
</p>
<p class="line6">
<a href="#" > Beauty makeup </a>/
<a href="#" > Personal care and cleaning </a>/
<a href="#" > Pets </a>
</p>
<p class="line7">
<a href="#" > Women's Shoes </a>/
<a href="#" > Luggage and bags </a>/
<a href="#" > Clocks and watches </a>/
<a href="#" > jewelry </a>
</p>
<p class="line8">
<a href="#" > Men's Shoes </a>/
<a href="#" > motion </a>/
<a href="#" > outdoors </a>
</p>
</div>
</body>
</html>
design sketch

边栏推荐
- 3day
- 数据库进阶·如何针对所有用户数据中没有的数据去加入随机的数据-蜻蜓Q系统用户没有头像如何加入头像数据-优雅草科技kir
- How to quickly build a picture server [easy to understand]
- Some summary about function
- 6-18 vulnerability exploitation - backdoor connection
- The second short contact of gamecloud 1608
- D3.js 学习
- win10搭建flutter环境踩坑日记
- Ansible+cronab batch deployment patrol
- 2day
猜你喜欢

别投了,软件测试岗位饱和了...

Three ways to allocate disk space

Playwright tutorial (I) suitable for Xiaobai

完啦,上班三个月,变秃了

五种分配方式是否会产生内部碎片、外部碎片

ThreadLocal 总结(未完待续)

Nuclear power plants strive to maintain safety in the heat wave sweeping Europe
![[assembly language 01] basic knowledge](/img/df/d586288b8f41211141bc4e2bca20cf.png)
[assembly language 01] basic knowledge

数据库进阶·如何针对所有用户数据中没有的数据去加入随机的数据-蜻蜓Q系统用户没有头像如何加入头像数据-优雅草科技kir
![[C syntax] void*](/img/34/b29b7bbf8eae9f1730352cac1301a4.png)
[C syntax] void*
随机推荐
Flex layout
[Fantan] how to design a test platform?
The testing work is not valued. Have you changed your position?
arcgis开发常用源码
What should I do if I encounter the problem of verification code during automatic testing?
Playwright tutorial (II) suitable for Xiaobai
Animation curves are used every day. Can you make one by yourself? After reading this article, you will!
ArcGIS中的WKID
[test development methodology] experience of test development platform PK - choice
ArcGIS10.2配置PostgreSQL9.2标准教程
『SignalR』. Net using signalr for real-time communication
Tfrecord write and read
What have I experienced to become a harder tester than development?
synchronized与volatile
win10搭建flutter环境踩坑日记
Preliminary study on Tesseract OCR
mysql: error while loading shared libraries: libncurses.so. 5: cannot open shared object file: No suc
6-18 vulnerability exploitation - backdoor connection
Output Yang Hui triangle with two-dimensional array
internship:普通常用的工具类编写