
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Being able to figure out how to properly display the .svg image.
What challenges did you encounter, and how did you overcome them?- How to use change the .svg image depending on the breakpoint:
- By using <source srcset="" media="(max/min-width:)" ;
- Making it look good on ultrawide monitors:
- By nesting a <div> element within the <body> element which nested the page itself;
- How to properly display the .svg image:
- By changing it's overflow: to visible, the position: to absolute; the overflow: of the <div> element containing it's parent element to hidden(in order to maintain it's relative position in the page) and the position: to relative, then resizing and repositioning it using width - height and top - right.
I didn't figure out how to change the color of the bottom button to look like it should when hovered over.
Community feedback
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