I use bootstrap 3. I try to use \"icon link\" by using tag as shown below:
HTML: CSS: .link
Because your is empty.
You need to give it a size :
.link { background-image: url(img/icon.png); height:100px; width:100px; display:block; }