当前位置:网站首页>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 :
边栏推荐
- He was laid off.. 39 year old Ali P9, saved 150million
- Exploration and Practice of Stream Batch Integration in JD
- Wechat applet: Xingxiu UI v1.5 WordPress system information resources blog download applet wechat QQ dual end source code support WordPress secondary classification loading animation optimization
- Nebula Importer 数据导入实践
- Numpy library introductory tutorial: basic knowledge summary
- Do you know the eight signs of a team becoming agile?
- batchnorm. Py this file single GPU operation error solution
- Pytorch fine tuning (Fortune): hollowed out design or cheating
- 如何做一个炫酷的墨水屏电子钟?
- Codeforces Global Round 19 ABC
猜你喜欢

runc hang 导致 Kubernetes 节点 NotReady

增量备份 ?db full

JS implementation determines whether the point is within the polygon range

【CTF】AWDP总结(Web)

"2022" is a must know web security interview question for job hopping

MySQL backup and recovery + experiment

Application and Optimization Practice of redis in vivo push platform

Wechat applet: new independent backstage Yuelao office one yuan dating blind box
![[swagger]-swagger learning](/img/60/1dbe074b3c66687867192b0817b553.jpg)
[swagger]-swagger learning

Roads and routes -- dfs+topsort+dijkstra+ mapping
随机推荐
Some query constructors in laravel (2)
Matrixone 0.2.0 is released, and the fastest SQL computing engine is coming
MATLB|多微电网及分布式能源交易
Win: use shadow mode to view the Desktop Session of a remote user
Hedhat firewall
增量备份 ?db full
【CTF】AWDP总结(Web)
PHP wechat official account development
Limited query of common SQL operations
Express routing, express middleware, using express write interface
[CTF] AWDP summary (WEB)
官宣!第三届云原生编程挑战赛正式启动!
Runc hang causes the kubernetes node notready
Wechat applet: exclusive applet version of the whole network, independent wechat community contacts
The perfect car for successful people: BMW X7! Superior performance, excellent comfort and safety
Wechat applet: independent background with distribution function, Yuelao office blind box for making friends
Codeforces Round #770 (Div. 2) ABC
Timescaledb 2.5.2 release, time series database based on PostgreSQL
Nebula importer data import practice
JVM - when multiple threads initialize the same class, only one thread is allowed to initialize