Design comparison
Solution retrospective
Hi Dev,
Little busy but still keeping working. With this one done I completly finish with all about HMTL and CSS newbie only, I will continue working on my Junior HTML and CSS while Im studying and learning Js. So excited to start working with JS.
Any feedback more than welcome! Have a good and excelent weekend Dev Community.
- Jean Ruiz
Community feedback
- @thealexgonzoPosted over 2 years ago
Hey!
Great design. I see what you did with the footer, I originally tried the same thing but then noticed it didn't look quite the same as the design so what I did instead was to create a separate div to use as an overlay with the exact same dimensions as my footer by then with a higher z-index and an opacity of 0.9
.footer-overlay { position: absolute; top: 11rem; width: 100%; z-index: -1; min-height: 42.8rem; background: $color-primary; opacity: 0.9; }
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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