HTML SASS

Solution retrospective
HELLO THERE! Any advice or feedback would be appreciated!
I had some issues with putting the image ( I do not know how to make an responsive image or something like that.)
I also managed to put the overlay purple tint on the image, took me a while tbh. Also, I am new in Github so I have troubles with it, i hope everything is ok.
Please give me an advice or tips, so I can improve my skills :D thank you
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Joe! 👋 Well done on this challenge! Here's a few things I'd suggest you to take a look at:
- Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- Instead of using
opacity
on your.layer
container you can usemix-blend-mode: multiply;
to get effect from design.
Keep up the good work! 💪
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord