Nav

Developer
Size
1,736 Kb
Views
18,216

How do I make an nav?

What is a nav? How do you make a nav? This script and codes were developed by Tompud on 19 November 2022, Saturday.

Nav Previews

Nav - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>nav</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav> <ul> <li> <a href="" class="nav-square">❦</a> <span>Jackpot</span></li> <li> <a href="" class="nav-square">❃</a> <span>Coin-flip</span></li> <li> <a href="" class="nav-square">➮</a> <span>Roulette</span></li> <li> <a href="" class="nav-square">⊕</a> <span>Profile</span></li> </ul>
</nav>
</body>
</html>

Nav - Script Codes CSS Codes

.nav-square { display: block; font-size: 25px; text-decoration: none; color: #26262C; background: #1e1e23; width: 50px; height: 48px; line-height: 48px; margin: 0px 1px; transition: .3s;
}
.nav-square:hover { color: #fff; border-bottom: 1px #363940 solid;
}
nav ul { position: relative; display: flex; justify-content: center; text-align: center;
}
nav ul li span { display: none; color: #26262C; font-size: 12px; margin-top: -18px;
}
nav { height: 50px; background: #1e1e23;
}
body { font-family: 'Helvetica'; background: #26262C;
}
Nav - Script Codes
Nav - Script Codes
Home Page Home
Developer Tompud
Username tompud
Uploaded November 19, 2022
Rating 3
Size 1,736 Kb
Views 18,216
Do you need developer help for Nav?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tompud (tompud) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!