Design comparison
Solution retrospective
i got some problem to set the image in their location and i think the program is not that responsive .
Community feedback
- @dpayne713Posted almost 4 years ago
Hi Aman,
Looks pretty good! You are right there is a bit of an issue with responsiveness. I'd recommend putting the whole component in a wrapper
div
that way you can center that div by giving it a defined width and applyingmargin: 0 auto
. This, however, is only one of many ways to fix it. This site has great explanations on these types of css inquiries: https://css-tricks.com/centering-css-complete-guide/I like how the questions expand up and down. I might also recommend making that functionality work when you click on the question as well - as that tiny arrow will be difficult to click on a mobile device.
Keep it up!
David
2
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