how to make a top nav menubar using html and css

in html •  7 years ago  (edited)

screenshot--2018-04-17-00-43-58.pngHi 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
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @shantohakim! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 1 year!

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!