What is the correct way to apply an image background to multiple containers?

0
I have used the following code in Properties – Common – Style to add a background, this works but I want to be able to apply it to multiple containers automatically without filling the style section every time as I think this is not best practice.  background-image: url("externalurl.jpg")  
asked
1 answers
1

ALWAYS add custom styling using classes

answered