Author Description
Author Social Links
darkcode
Web Design and Web Development Tutorials
Post Page Advertisement [Top]
HTML / CSS
How to Create a navbar Using [HTML/CSS]
Yahya Benlachheb
HTML CODE
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WebSite</title> <link rel="stylesheet" type="text/css" href="style.css"/> </head> <body> <header> <div class="menu"> <img src="logo.png" alt="logo" class="logo"> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Services</a></li> <li><a href="#">Blog</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </div> </header> </body> </html>
CSS CODE
body{ margin: 0; padding: 0; font-family: calibri; background: #292929; } header{ background: #03A9F4; width: 100%; } header{ content: ''; display: table; clear: both; } .menu{ width: 900px; margin: 0 auto; } .logo{ width: 130px; float: left; padding: 8px; } nav{ float: right; } nav ul{ padding: 0; margin: 0; } nav ul li{ list-style: none; float: left; margin-left: 75px; padding: 12px 0; position: relative; } nav ul li a{ text-decoration: none; color: #444; font-weight: bold; } nav a::before{ content: ''; display: block; height: 5px; width: 0%; background-color: #444; top: 0; position: absolute; transition: all ease-in-out 250ms; } nav a:hover::before{ width: 100%; }
1 comment:
userlg
July 19, 2019 at 3:06 AM
Good brother. Nice job
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Bottom Ad [Post Page]
Powered by
Blogger
.
Popular Posts
Animated Login Form Using Only HTML & CSS
Download All Files From Here
Amazing Transparent Login Form Just By Using HTML & CSS
DOWNLOAD FILES
Creating a Simple Personal Website Using HTML and CSS
HTML CODE Personal WebSite DarkCode Web Devloper - Web Designer A web developer...
Slideshow With Navigation Buttons Using Only HTML & CSS
DOWNLOAD FILES
Responsive About us Section Using HTML & CSS
DOWNLOAD FILES
Animated Login Form Using HTML & CSS & JQurey
DOWNLOAD FILES
Buttons With Awesome Hover Effects Using Only HTML & CSS
DOWNLOAD FILES
Social media buttons with amazing animation on hover using html & css
DOWNLOAD FILES
Amazing Profile Card Using Only HTML & CSS
In this blog post we will see how to create an amazing profile card using only HTML & CSS. Here is the HTML Code <! DOCTYPE html...
Responsive Menu Navigation Using Only HTML & CSS
DOWNLOAD FILES
Followers
Search This Blog
()
()
Show more
Show less
Home
Labels
CSS ANIMATION
Hover Effects
HTML / CSS
JS
Loading Animation
Login Form
Navigations
Newsletter
Profile Cards
Responsive Personal Website
Responsive Web Design
Search Box
Social Media Buttons
Copyright 2021,
darkcode
. All rights Reserved.
Good brother. Nice job
ReplyDelete