Silly suggestion: If you'd rather only supply the background image on the card (and leave the background-position/size/repeat in the class), you can try use background-image in the inline style instead of background
I think I should have utilize the background shorthand capability and just leave out the background-position/size/repeat from the inline style. But I went with background only because I thought it's cute. LOL 😂
I've just updated the sandbox. Thanks Jer.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Again, nice one Joimee.
Silly suggestion: If you'd rather only supply the background image on the card (and leave the background-position/size/repeat in the class), you can try use
background-image
in the inline style instead ofbackground
Keep it up!
Thanks!
I think I should have utilize the
background
shorthand capability and just leave out the background-position/size/repeat from the inline style. But I went withbackground
only because I thought it's cute. LOL 😂I've just updated the sandbox. Thanks Jer.