Design comparison
Solution retrospective
This is my second attempt to this challenge. Please don't hesitate to give feedbacks and say my deficits.
Community feedback
- @HersonmeiPosted almost 3 years ago
I liked the project, good job @vonaser!
Here the responsiveness for mobile wasn't centered on the screen, could you see that?
0@vonaserPosted almost 3 years ago@Hersonmei thanks for the comment. Yes, I am aware of that but I couldn't handle with the responsiveness of background pattern. I cannot figure out how to optimize it.
0@HersonmeiPosted almost 3 years ago@vonaser
Did you try to put flexbox on the body?
I managed to solve it by applying flexbox to the body: display: flex; align-items: center; justify-content: center; flex-direction: column;
Marked as helpful0@vonaserPosted almost 3 years ago@Hersonmei I guess I solved it by using "background-attachment: fixed" and "background-position: center". This is much easier i think. Again, thanks for the advise.
1
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