
Design comparison
Solution retrospective
Hello everyone !
I didn't like this challenge.
What challenges did you encounter, and how did you overcome them?I found that there were a lot of little adjustments to be made in order to stick as closely as possible to the design. In the end, I stopped following the design because I didn't understand the logic behind the spacing between viewports.
What specific areas of your project would you like help with?I'm not at all happy with what I've done, but I wanted to finish it and move on to something else. I certainly could have done better, but when you spend a lot of time preparing everything, it's hard to go back or start again.
If you have any advice, I'd love to hear from you. I'm sure there is a better way to proceed...
Please log in to post a comment
Log in with GitHubCommunity feedback
- @UFXtrendscalper
Great work on the project! If I may offer a piece of feedback regarding the image positioning, using a negative margin can help achieve a image cutoff.
Specifically, you could apply:
style="margin-left: -30px;" style="margin-right: -30px"
This approach can adjust the image's alignment without affecting the layout of neighboring elements. Feel free to have a look at my solution for this project where I implemented a similar technique. Cheers
Marked as helpful
Join 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