Simple Navigation Bar

Developer
Size
2,589 Kb
Views
6,072

How do I make an simple navigation bar?

What is a simple navigation bar? How do you make a simple navigation bar? This script and codes were developed by Juwan Petty on 19 January 2023, Thursday.

Simple Navigation Bar Previews

Simple Navigation Bar - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Navigation Bar</title> <script src="https://use.fontawesome.com/da1cc24acc.js"></script>
<link href="https://fonts.googleapis.com/css?family=Heebo:400,500,900" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <main> <nav> <h3 class="logo">BLOGGY</h3> <div class="links"> <i class="fa fa-search" aria-hidden="true"></i> <a href="">Latest</a> <a href="">Popular</a> <a href="">Staff Picks</a> <div class="divider"></div> <a href="">Bookmarks</a> <a href="">Profile</a> </div> </nav>
</main>
</body>
</html>

Simple Navigation Bar - Script Codes CSS Codes

main { width: 100vw; height: 100vh; font-family: 'Heebo', sans-serif; color: #181818; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
}
main a, main i { color: #999; text-decoration: none;
}
nav { height: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
nav .logo { color: #181818; font-size: 1rem; font-weight: 00; letter-spacing: 0.5px;
}
nav .links { font-weight: 400; letter-spacing: 0.75px; margin-left: 5em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
}
nav .links > * { margin-right: 1.5rem;
}
nav .links i { color: #CDCDCD; margin-right: 2.5rem; cursor: pointer;
}
nav .links .divider { width: 2px; height: 20px; margin: 0 1.5rem 0 0; display: inline-block; background: #CDCDCD; border-radius: 1px;
}
Simple Navigation Bar - Script Codes
Simple Navigation Bar - Script Codes
Home Page Home
Developer Juwan Petty
Username juwanpetty
Uploaded January 19, 2023
Rating 3
Size 2,589 Kb
Views 6,072
Do you need developer help for Simple Navigation Bar?

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!

Juwan Petty (juwanpetty) Script Codes
Create amazing blog posts 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!