I use bootstrap 3. I try to use \"icon link\" by using tag as shown below:
HTML: CSS: .link
You have to make the tag enought big to show the image Example: CSS:
.link { background-image: url(img/icon.png); display: block; width: 100px; height: 100px; }