I have an image that I’d like to overlay with a blue blur and text but I don’t know how to go about it. Attached below are the image and the desired result. I’ve tried using CSS overlay but I have no idea how to go about it and get the exact result. I’ll appreciate if I could get help
2
Answers
You can achieve this kind of result using
absolute
positioning.You can easily do it with
linear-gradient
and adjust the property values by yourself