@jakubSerokSubmitted about 1 year ago
Jakub Serok
@jakubSerokAll comments
- @jakubSerokPosted about 1 year ago
Can you tell me how to set images to be out of screen?
0 - @Nospiel-codeSubmitted about 1 year ago
Hey everyone, I have one question, when I hover over the image I see that the image div with the gradient is a bit higher than the image itself. I couldn't figure out what to do to get it to be the same size. Thanks for any help :)
@jakubSerokPosted about 1 year agoHello, try to set background-img in <div class="image"> then add a subdiv with icon. Set height and width for subdiv for 100% and it should work.
somthing like that in your project:
<div class="image"> <--"here set a backgrand image"
<img class="view" src="images/icon-view.svg" alt=""> </div>
you can check it in my project
Marked as helpful1