
.flex3 {
display:flex;
}

.flex3 > a {

flex:1 0 33%;    
height:30px;
border-radius:5px;
box-sizing: border-box; 
}