Adding an icon to a button

by Rykus0

HTML

<button>Click Me</button>

CSS

button{
      background: url('http://lorempixel.com/15/15/') left center no-repeat; /* 15x15 icon */
      padding: 0 0 0 15px;
    }