Design comparison
SolutionDesign
Solution retrospective
I am having difficulty putting the illustration box in correct position. Waiting for any suggestion.
Community feedback
- @codeswithrohPosted over 3 years ago
A quick fix would be to use "position:absolute" and to position it use top, bottom, left and right. Using "position:fixed" will move the box with the scroll so, that's pretty annoying.
Also, you have used flexbox to position all the elements. I would really suggest you to use grid for these type of layouts.
By the way you did an amazing job.
0
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