Hey there, if this isn't the right place to post my query, could someone guide me on where to do so?
TL;DR = I need to darken the background of my showcase image!
I'm working on a website as part of an online course project to practice new skills, and this will serve as my template to add more elements in the future.
I had successfully achieved a darker background previously by using a background image and applying rgba(0,0,0,0.5) to a class in my CSS. However, after redoing it now, I'm unable to replicate the effect.
Every attempt I make to darken the background fails - whether through before or after properties or modifying a separate div element with the desired rgba values.
If you'd like to check out the background image, here's the link:
You can also view the code on JSFiddle here: https://jsfiddle.net/Nuno11/Luhmernp/1/
Many thanks all, Nuno