Design comparison
SolutionDesign
Solution retrospective
Hi everyone! I used z-index property for stacking the elements. What would you suggest instead of using z-index property?
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Well done with this one. I think you did well on using the z-index property, other than that, I would use
position
. Looking at your solution, I would suggest the following for you.- Adjust the position of the left background image into
left 35rem top 20rem;
(desktop size) - Add a bottom border in the
card-body
rule set...
border-bottom: 1px solid gray;(change the value of the color) padding-bottom: 1rem;
- Adjust the margin in the
card-footer
intomargin: 1rem 1rem 1.5rem auto;
Overall you did well and Keep it up! Cheers!
Marked as helpful1 - Adjust the position of the left background image into
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