Home
About
Affies
{hover sample}
Blogskin/Classic template :
1. paste code after </style>
1. paste code into HTML/JavaScript
Code :
<style>
.naving{
border:1px solid #CEE3F6;
background:#81BEF7;
display: inline-block;
width: 50px;
padding:11px;
margin:2px;
color: #000;
font-size: 10px;
text-align: center;
font-family: trebuchet ms;
letter-spacing: 2px;
border-radius:6000px;
text-transform: uppercase;
text-decoration:none;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}
.naving:hover{
box-shadow: inset 1px 21px 1px 2px #FFF;
color:#000;
background:#CEE3F6;
}
</style>
<br />
<center>
<a class="naving" href="URL">Home</a>
<a class="naving" href="URL">About</a>
<a class="naving" href="URL">Affies</a>
</center>
|
Thankyou for visiting.
I make some blog tutorial here & I hope you like it.
*No repost (just backlink if you want to share)
*All tutors are mine unless stated
|
Home
About
Affies
{hover sample}
Blogskin/Classic template :
1. paste code after </style>
1. paste code into HTML/JavaScript
Code :
<style>
.naving{
border:1px solid #CEE3F6;
background:#81BEF7;
display: inline-block;
width: 50px;
padding:11px;
margin:2px;
color: #000;
font-size: 10px;
text-align: center;
font-family: trebuchet ms;
letter-spacing: 2px;
border-radius:6000px;
text-transform: uppercase;
text-decoration:none;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}
.naving:hover{
box-shadow: inset 1px 21px 1px 2px #FFF;
color:#000;
background:#CEE3F6;
}
</style>
<br />
<center>
<a class="naving" href="URL">Home</a>
<a class="naving" href="URL">About</a>
<a class="naving" href="URL">Affies</a>
</center>
|