How To Add Rotate Style CSS3 Navigation Menu Bar For Blogger
1. Log in to blogger account
2. Now select "Template"
3. Now Click EDIT HTML Button"
4. Find this tag by using Ctrl+F ]]></b:skin>
5. Paste below code Before ]]></b:skin>
/*CSS Code starts here bloggersstand.blogspot.com */6. Go to blogger and click Layout
navrotatebt {
max-width: 900px !important;
margin: 100px auto;
margin-top: 20px;
}
navrotatebt ul {
list-style: none;
overflow: hidden;
}
navrotatebt li a {
background: #D8D8D8;
border-right: 1px solid #fff;
color: #fff;
display: block;
float: left;
font: 400 13px 'Montserrat Alternates', Arial;
padding: 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 80px;
-webkit-transition: transform 1s;
-moz-transition: transform 1s;
}
navrotatebt#nojquery li a:hover, .rotate {
-moz-animation: animrotate 2s;
-webkit-animation: animrotate 2s;
background: #222;
}
@-moz-keyframes animrotate {
100% {background: blue;-moz-transform: perspective( 200px ) rotateY( 360deg );}
}
@-webkit-keyframes animrotate {
100% {background: blue;-webkit-transform: perspective( 200px ) rotateY( 360deg );}
}
7. Click Add Gadget and select 'HTML/Javascript
8. Paste below code
<navrotatebt id="nojquery">*Change All # With Your Links.
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</navrotatebt>
9. Now save your HTML/Javascript'. Done!
If you have any query regarding Amazing Rotate Style CSS3 Navigation Menu Bar for blogger Feel free to ask,just drop your comment below.