image atlas

html - August 1, 2017 - 10:08
  permet de n'afficher qu'une partie d'une image
<style>
  .redcross {
    background: transparent url('redcross.png') no-repeat;
    display: block;
    width:  24px;
    height: 24px;
    }
</style>

<img class="redcross">