Thursday 6 February 2014

use external icons in Bootstrap

  • 1. Define you own css
  • .icon-pdf-file {
        background-image: url(../img/document-pdf.png);
        background-position: center center;
        height: 16px;
        width: 16px;
    }
       
  • 2. Use it in you page with &lgt;i>
  •