Design comparison
SolutionDesign
Solution retrospective
1.What did you find difficult while building the project?
- I think the submit button part has some issues although it works fine but it still not absolutely correct .
Community feedback
- @anderson-fndzPosted about 1 year ago
your code is fine, it's functional and without apparent bugs, but there are points in the css that can be improved:
- img
.icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: #262F38; }
- main
main{ width: 400px; height: 415px; display: flex; justify-content: center; flex-direction: row; align-items: center; border-radius: 35px; background-color: #1F2630; color: #ffffff; }
and you can try using flexbox to make the spacing part of the elements inside the divs easier
Marked as helpful0
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