<ul class="snip1198">
<li class="current"><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contact</a></li>
</ul>
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
.snip1198 {
font-family: 'Raleway', Arial, sans-serif;
text-align: center;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
}
.snip1198 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.snip1198 li {
display: inline-block;
list-style: outside none none;
margin: 0.4em 0.8em;
padding: 0;
}
.snip1198 a {
padding: 0 0.7em;
color: rgba(255, 255, 255, 0.5);
position: relative;
text-decoration: none;
display: inline-block;
}
.snip1198 a:before {
position: absolute;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
opacity: 0;
left: 15%;
right: 15%;
top: 0;
bottom: 0;
border-left: 3px solid #27ae60;
border-right: 3px solid #27ae60;
}
.snip1198 a:hover,
.snip1198 .current a {
color: #ffffff;
}
.snip1198 a:hover:before,
.snip1198 .current a:before {
opacity: 1;
left: 0;
right: 0;
}
This Pen doesn't use any external JavaScript resources.