<ul class="list-inline">
<li><a href="#"><img src="img/1.png"></a></li>
</ul>
.list-inline li {
display: bloсk;
height: 100px;
line-height: 100px;
min-width: 100px;
outline: 1px solid #e5e5e5;
text-align: center;
}
.list-inline ul li a:focus, .list-inline ul li a:hover {
background-color: #f5f5f5;
}