Submitted about 1 year ago
Responsive sign up form, mobile first, css, html and grid
@alecanonm
Design comparison
SolutionDesign
Solution retrospective
Howdy!!
I manage to make this challenge using mobile first and pure css, i tried my best making it as closer as i could. I will be really grateful if you leave me a feedback, advices about how can i improve my techniques 🌱🚀
Community feedback
- @jordanr2mPosted about 1 year ago
You can center the content on the page by making the body a flex-container through applying these styles: display: flex; justify-content: center; align-items: center;
It would also be nice to add some margin above your attribution in order to create space between the elements.
Hope that helps! Great start overall :)
Marked as helpful1
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