Hi Shane Pinder 👋
You have an interesting idea to make an image purple with a linear-gradient
. But I think the best practice and easier is to use the filter
property. check the explaination about the filter property. And you can also use css filter generator to make it easier 😄
For the Accessibility issue do you have, you should wrap the attribution
div with footer
tag
I hope this helps and happy coding ☕
Marked as helpful
@ShanePinderDev
Posted
@msuryaditriputraR Thank you! I will have a look at the filter property and wrapping the attribution div in a footer element.
@ShanePinderDev
Posted
@msuryaditriputraR Thanks again! I refactored the HTML and CSS to use the CSS filter element and I have been able to get the darker purple overlay that I was trying to get!
@ShanePinderDev My Pleasure 😊