html
<a class="btn" href="#">CSS</i></a>
<a class="btn" href="#">HTML</i></a>
<a class="btn" href="#">JavaScript</a>
css
.btn {
display: block;
width: 200px;
height:2em;
line-height: 2em;
margin:5px;
background: #FFF;
text-align: center;
border-left: solid 6px #ff1e1d;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.7);