hover effect
https://codepen.io/etrbbr/pen/pvzPapj
hey guys.
i need little bit help, so what i am trying to do:
on hover effect block still remain opacity, but text need to be clear without opacity and black. how i can do it?
1 Reply
Kevin Powell
YouTube
Lower the opacity of a background-image with CSS
We can play with the opacity of colors by changing the alpha value of them very easily, but with background-images, we’re a little more stuck with what we have… or are we?
⌚ Timestamps
00:00 - Introduction
00:38 - the first thing people usually try
1:32 - creating the pseudo-element
4:38 - putting the background-image on the pseudo-element
5:0...