当前位置:网站首页>A tab Sina navigation bar
A tab Sina navigation bar
2022-07-05 01:49:00 【dengfengling999】
<!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> Sina navigation </title>
<style>
.nav {
height: 41px;
border-top: 3px solid #ff8500;
border-bottom: 1px solid #edeef0;
background-color: #fcfcfc;
line-height: 41px;
/* Center text vertically */
}
.nav a {
display: inline-block;
/* Inline block element */
height: 41px;
padding: 0 20px;
font-size: 12px;
color: #4c4c4c;
text-decoration: none;
}
.nav a:hover {
background-color: #eee;
color: #ff8500;
}
</style>
</head>
<body>
<div class="nav">
<a href="#"> Sina navigation </a>
<a href="#"> Mobile Sina </a>
<a href="#"> Mobile client </a>
<a href="#"> Microblogging </a>
<a href="#"> Sina Guide </a>
</div>
</body>
</html>
result :
When the mouse clicks :
边栏推荐
- Huawei machine test question: longest continuous subsequence
- Incremental backup? db full
- Subject 3 how to turn on the high beam diagram? Is the high beam of section 3 up or down
- STM32 series - serial port UART software pin internal pull-up or external resistance pull-up - cause problem search
- Wechat applet: new independent backstage Yuelao office one yuan dating blind box
- What is the current situation and Prospect of the software testing industry in 2022?
- Flutter 2.10 update details
- Es uses collapsebuilder to de duplicate and return only a certain field
- ICSI 311 Parser
- 142. Circular linked list II
猜你喜欢
Is there a sudden failure on the line? How to make emergency diagnosis, troubleshooting and recovery
Lsblk command - check the disk of the system. I don't often use this command, but it's still very easy to use. Onion duck, like, collect, pay attention, wait for your arrival!
JVM - when multiple threads initialize the same class, only one thread is allowed to initialize
Wechat applet: wechat applet source code download new community system optimized version support agent member system function super high income
He was laid off.. 39 year old Ali P9, saved 150million
STM32 series - serial port UART software pin internal pull-up or external resistance pull-up - cause problem search
流批一体在京东的探索与实践
Armv8-a programming guide MMU (3)
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Restful fast request 2022.2.1 release, support curl import
随机推荐
Wechat applet: exclusive applet version of the whole network, independent wechat community contacts
Pgadmin 4 V6.5 release, PostgreSQL open source graphical management tool
pytorch fine-tuning (funtune) : 镂空设计or 偷梁换柱
Outlook:总是提示输入用户密码
Using openpyxl module to write the binary list into excel file
PowerShell:在代理服务器后面使用 PowerShell
142. Circular linked list II
One click generation and conversion of markdown directory to word format
Armv8-a programming guide MMU (3)
Wechat applet: the latest WordPress black gold wallpaper wechat applet two open repair version source code download support traffic main revenue
Great God developed the new H5 version of arXiv, saying goodbye to formula typography errors in one step, and mobile phones can also easily read literature
Introduction to redis (1)
Roads and routes -- dfs+topsort+dijkstra+ mapping
Runc hang causes the kubernetes node notready
Binary tree traversal - middle order traversal (golang)
ICSI 311 Parser
Change the background color of a pop-up dialog
Redis' hyperloglog as a powerful tool for active user statistics
Win:使用 PowerShell 检查无线信号的强弱
JS implementation determines whether the point is within the polygon range