Submitted 12 months ago
Responsive Newsletter sign-up form with success message with flex
@prabha-s4280
Design comparison
SolutionDesign
Solution retrospective
Provide more info about fonts and colors
Community feedback
- @TsianganaPosted 12 months ago
Very good project and very well done, but there are some changes we can make, in order to make it better, yours is very glued to the top, to make it well centered just open your css and put the following property:
body{ display: flex; align-items: center; justify-content: center; }
this way all main elements within your body will be centered, without the need to use the margin property
Marked as helpful0@prabha-s4280Posted 12 months ago@Tsiangana thank you for your great suggestion.. i will update the code with the changes above you have mentioned.. Thank you!
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