Comment ajouter une image avec URL dans CSS
background-image: url('images/my-image.png');
Worrisome Wolverine
background-image: url('images/my-image.png');
background-image: url(path);
background-repeat: no-repeat;
width: 10px;
height: 20px;