Pure HTML and CSS. It is a "Real junior work" but now incl. CSS GRID

Solution retrospective
Open for all your comments!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fidellim
Hi @ezequielmagi,
Great job finishing the project! Looks great for both desktop and mobile views. Just a suggestion, if you're interested at copying the exact color of the color overlay of image, you can do this:
.img-container { background-image: url(../img/image-header-mobile.jpg); background-color: var(--Soft-violet); background-blend-mode: multiply; }
background-blend-mode: multiple
darkens the color overlay of the image. You can remove the div for the color as well.I hope it helps :)
Marked as helpful - @ezraakankwasa
You did such a great job with your layout. I'd advise that you keep all your CSS in one file and use media queries to target the different screen sizes.
Marked as helpful
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