aajouter une image dans un before after

Solutions on MaxInterview for aajouter une image dans un before after by the best coders in the world

showing results for - "aajouter une image dans un before after"
Luca
25 Mar 2017
1h2:before{
2	content: '';
3    background-image: url(../img/img.svg);
4    background-size: 32px 32px;
5    display: inline-block;
6    width: 32px;
7    height: 32px;
8    background-repeat: no-repeat;
9    padding: 0 7px;
10}