ANIMATED VERTICAL MENY USING HTML & CSS
Navigation Bar
Having easy-to-use navigation is important for any web site.
With CSS you can transform boring HTML menus into good-looking navigation bars.
Navigation Bar = List of Links
A navigation bar needs standard HTML as a base.
<div class="container">
<div class="link text">
Home</div>
<div class="link text">
Project</div>
<div class="link text">
About</div>
<div class="link text">
Contact</div>
</div>
Here we are using container class as parent component and link & text are child elements.
Attribute:
instagram : @codedesignerworld
Github : @codedesignerworld
Youtube : CodeDesignerWorld
Comments
Post a Comment