Design comparison
Solution retrospective
bugs: 1 ) In desktop view my images move out of place while adjusting window size. I currently position my images with "position:relative; bottom: 10px; right: ; ...etc" 2 ) In desktop view, I get a purple horizontal bar in the bottom of my page as the accordion causes the page to grow. I'd like the background gradient to extend with the page. 3 ) I can set my card to "overflow: hidden" to hide the excess image, but then the orange box becomes invisible(In desktop view). So I guess I need the place the orange box outside the card (in the html) to get around this. Maybe move the image into the body?
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