Hi guys,whats up. In this post ,I will show you how to make topnav menubar;
<>
<>
< name="viewport" content="width=device-width,initial-scale=1">
<>Top nav(menu)
<>
body{
margin:0;
font-family:arial,helvetica,sans-serif;
}
.topnav{
overflow:hidden;
background-color:#333;
}
.topnav a {
float:left;
text-align:center;
text-decoration:none;
font-size:20px;
padding:14px 16px;
color:#f2f2f2;
}
.topnav a:hover{
background-color:#ddd;
color:black;
}
.topnav a.active{
background-color:#4CAF50;
}
<>
Navigation Menubar
Lorem ipsum dolor sit amet
Congratulations @shantohakim! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!