Hello,
I try to get a image background on the right side of a accordion header
my class :
.acc1 {
background-image: url("…image.jpg");
background-repeat: no-repeat;
background-position: right;
}
i put the class here :
It’s not working, but i’m not sure it’s the right way to do this.
What it should be :