Quantcast
Channel: Welcome To Technology & Multimedia (techmedias) Blog - Mobile And PC Posibilities
Viewing all articles
Browse latest Browse all 6313

Create a Simple Navigation Menu Bar For Your Website/Blog [Beginner]

$
0
0
Creating a basic menu using HTML and CSS is pretty straightforward even for starters. If you're in search for a simple navigation menu bar for your website/blog, here's all the code you need.The CSS: #nav { padding:0; background: black; border-bottom: 1px solid #999999; height: 36px; } #nav li a { font-family: Arial; font-size:12px; text-decoration: none; float:left;

Viewing all articles
Browse latest Browse all 6313

Trending Articles