Design comparison
SolutionDesign
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hi ByronSharps, how’s everything? I think your project turned out great! However, I have some feedback that I think might be useful:
I noticed that your component is not centralized to solve this problem we can do the following:
.container-box { background-color: var(--grey800); width: 30%; height: 100%; /* margin: 100px auto; */ border-radius: 12px; text-align: center; padding: 30px; display: flex; flex-direction: column; align-items: center; }
and:
body { background-color: var(--grey900); font-family: "Inter", sans-serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; }
The rest is amazing.
I hope this is helpful. 👍
1@ByronSharpsPosted about 1 month ago@AdrianoEscarabote thank you for your feedback, I will proceed to modify as you advised. Thank you🙏🏼
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