Icon and text

by Alex

HTML

<a href="#" class="comp">
    <img src="http://savepic.org/3509447.png">
    <div>Компьютер</div>
</a>

CSS

img {
    border: none;
}
.comp {
    width: 100px;
    height: 100px;
    display: block;
    text-decoration: none;
    text-align: center;
}