HTML-CSS Stylish Page Navigation Bar For Blog And Website

Socialize: 
We are comeback with another simple Navigation menu made up of CSS3 with additional effects using CSS3 Transition property. CSS Transitions make, powerful effect without the use of JavaScript for many common effects. This menu perfectly work only on some browser such as Chrome, Firefox, and Safari. Here we using simple CSS only.

HTML:
Here is the basic HTML code for this navigation menu.

<div id="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Tutorial</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">Feedback</a></li>
</ul>
</div>


Now you will see like underneath of link without any style and background color. (see image below)


CSS:
Now we are going to give color, border and other things to the underneath of link above. Following are CSS code. If you are blogspot users, then add following code before ]]></b:skin> 

#nav {
float: left;
font: bold 13px Arial, Helvetica, Sans-serif;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 25px;
overflow: hidden;
}
#nav ul {
margin:0;
padding:0;
list-style:none;
}
#nav ul li {
float:left;
}
#nav ul li a {
float: left;
color:#000;
padding: 10px 15px;
text-decoration:none;
background:#ff9d36; -webkit-transition: all 1s linear;
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
box-shadow: 1px px 1px rgba(0,0,0,0.4);
}
#nav ul li a:hover {
color: #fff; -webkit-transition: all 1s linear;
background:#220077; -webkit-transition: all 1s linear;
}

That's it.

    You may also like...

  • How To Change Mouse Cursor on Blog & Website

    How To Change Mouse Cursor on Blog & Website

    Customizing every part of the website or blog is a good trend now a day. Every section of the web…

  • Google Plus Page Like Widget For Blog And Website

    Google Plus Page Like Widget For Blog And Website

    ...This Is Not An Official Widget...First Find Your Page ID...How do I find my Google+ Id?Go to…

  • Stylish Simple HTML Footer For Blog And Website

    Stylish Simple HTML Footer For Blog And Website

    Just Add The Below Code In HTML-JAVASCRIPT Gadget In Blog And Directly In…

  • How To Add Tags Cloud In Blogspot

    How To Add Tags Cloud In Blogspot

    For Tags Cloud:-First Go To YourDesign>Page Element>Add A Gadget>Add Label GadgetDo As…

  • How to Change Home, Newer Post and Older Post Link Into Button In Blogger

    How to Change Home, Newer Post and Older Post Link Into Button In Blogger

    Someone had asked me about "How to Change Home, Newer Post and Older Post Link Into Button" and…

  • How To Add Stylish Border Around Selected Widget Of Blogger?

    How To Add Stylish Border Around Selected Widget Of Blogger?

    Today the question is that "How to make your Blog's Widgets or Gadgets more stylish and awesome by…

  • How To Change Read More Text With Your Image In Blogspot

    How To Change Read More Text With Your Image In Blogspot

    1.Click 'Design' > 'Edit html' for your blog.(Tick the 'Expand widget templates' box)2.Find this…

1 comment:

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International