Hey 👋 everyone Hope you guys are doing great! So from my last submission I have tried my best not to repeat those mistakes. This project took time and effort and would love if you could review and provide your valuable inputs for improvement. Thanks :)
Eduardo Nascimento
@eduardosgnAll comments
- @dubeyaditya29Submitted about 3 years ago@eduardosgnPosted about 3 years ago
Hello! I'd suggest you try using SASS for your styling code, i'ts way cleaner and easier to write CSS using SASS mixins, nesting and variables!
1 - @ShiggaziSubmitted about 3 years ago
How Did You Get The Purple Overlay Unto Your Image? I Had to use absolute position here but I feel there could have been a different way to go about it
Any suggestion will come in Handy
@eduardosgnPosted about 3 years agoHey!! On your CSS, you can put a background-color with the purple color on the div container for the image, and then a background-blend-mode: multiply; it'll will blend with the image creating a color filter. Hope it helps!
Marked as helpful1