Design comparison
Solution retrospective
I'm proud of everything and would like to try a different approach to positioning it next time
What challenges did you encounter, and how did you overcome them?I had a littl problem with positioning the whole form at the center of the page but i later found a way to position it using the transform property
Community feedback
- @medaichPosted 5 months ago
Congratulations: That's a good work, you can actually build web pages 🎉 but there are some points to consider:
CSS custom variables: Try to put the provided colors and fonts in design guide in root variables so you can work with them easily.
Positioning: If you want to center an element by setting the margin to auto, you shouldn't use absolute positioning (just keep the default value (static)). There are several options to center elements (just google them), but sometimes it becomes tricky even for professional developers.
0
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