The icon part when hovered upon I would like someone's opinion on a short code version that can achieve the same effect and not allow it to overflow past the image and other suggestions are highly welcome
Silas
@Silas310All comments
- @kerdainoSubmitted about 1 year ago@Silas310Posted about 1 year ago
Hello. You should try the background-blend-mode property to blend the two images when hovering.
0 - @CristianArielDelgadoSubmitted over 1 year ago
I am really open to read all the feedback you want to share with me. Thank to @Hassiai who in the last project recommend me to use relative units to improve my coding. I tried to do it in this project.
On the other hand, I would love if somebody help me with the responsive part, because I do not know why the footer is in another position so the background color cannot cover all the content.
Thank you in advance.
@Silas310Posted over 1 year ago- If you want the background-color to cover it all, why don't you just delete the footer tag?
- And it may be better to use a picture tag to match the correct image instead of using
display:none;
Congratulations on completing the challenge.
0