Design comparison
Solution retrospective
I'm proud I was able to stay focused to complete the project. This project stretched my capabilities and also pushed me to learn new stuff.
What challenges did you encounter, and how did you overcome them?-
I had a challenge with positioning background patterns. I used positioning(relative & absolute) together with z-index to resolve it. I feel there could be better ways to get around this.
-
Because the patterns were overlapping the borders of the container..it generated overflow issues which took most of my time to resolve.
To resolve the overflow problem. I created a div around the container and applied overflow-hidden. This was a little tricky because in my research I realized most people tried to solve the same problem by using overflow-hidden in the body tag.
Everything sits here
What specific areas of your project would you like help with?Hello guys, I appreciate your comments and feedback.
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