Submitted about 2 years ago
i used html for structured the web site and the css3 for design
@ordyfandio
Design comparison
SolutionDesign
Community feedback
- @CarolAmorimPosted about 2 years ago
Hello 👋, how are you? I hope everything is alright. Congratulations on the challenge, you completed it very well.
A tip to center your section is to use flexbox. You could do like this:
body{ display: flex; align-items: center; justify-content: center; }
The align-items: will center vertically and the justify-content: will center horizontally.
I hope it helped 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