Blur gradient effect background image

I want to know if it's possible to achieve this effect: https://rerollcdn.com/GENSHIN/Backgrounds/genshin-bg.jpg Basically a blur and/or color blend gradient that comes from the bottom of the image. On the live version: https://myntsu.github.io/WC-Guide/ I'm only able to achieve the opacity/color tune down. Tried searching on the internet alternatives to do this, but no luck so far. The image is a background-image inside main, and it has a layout on top adding this blue cover with an opacity in it.
10 Replies
Myndi
Myndiā€¢2y ago
For the record, I know this can be achieved using image editing tools, but I want to know if there's a HTML/CSS/JS alternative to this. From the samples I've seen online, some were pretty close, but none of them worked for me.
13eck
13eckā€¢2y ago
I know that with background-image you can specify a comma-delimitated list of images or gradients. So a linear gradient using rgba() as the colour stops should be able to get you the right colouration with a change in alpha channel to adjust how much of the image underneath shows. Also, per MDN, the browser draws them in "reverse" order, so the first item is stacked on the "top" of the stack, the second item beneath that, etc. So put the gradient first and the image second. https://developer.mozilla.org/en-US/docs/Web/CSS/background-image
Myndi
Myndiā€¢2y ago
Oh god, it was that easy? I feel so stupid myndiFacepalm
13eck
13eckā€¢2y ago
Don't feel stupid for not knowing. Feel smarter for learning! To be fair, I did spend a few minutes on MDN making sure I knew what I was talking about
13eck
13eckā€¢2y ago
As Kevin said in his latest short: you only see the final result and not the head-bashing that went into getting the answer: https://youtube.com/shorts/V55p205fI6I?feature=share
Kevin Powell
YouTube
No one writes perfect code on the first try
Come hang out with other dev's in my Discord Community šŸ’¬ https://discord.gg/nTYCvrK Keep up to date with everything I'm up to āœ‰ https://www.kevinpowell.co/newsletter Come hang out with me live every Monday on Twitch! šŸ“ŗ https://www.twitch.tv/kevinpowellcss --- Help support my channel šŸ‘Øā€šŸŽ“ Get a course: https://www.kevinpowell.co/co...
Myndi
Myndiā€¢2y ago
Don't worry, I'm not discouraged by it.
13eck
13eckā€¢2y ago
šŸ‘
Myndi
Myndiā€¢2y ago
myndiSip thanks for the help!
13eck
13eckā€¢2y ago
You have some of the cutest emojis! I'm a bit jelly
Myndi
Myndiā€¢2y ago
myndiPat like them as myndiShy