Design comparison
SolutionDesign
Community feedback
- @hitmorecodePosted over 1 year ago
Congratulations on your effort. There are still a lot of things you can fix to make this work nice.
.result { background: hsla(256, 72%, 46%, 1); border-radius: 100%; /* change to this */ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0.7rem 1.2rem; margin-bottom: 1rem; width: 150px; /* add this */ height: 150px; /* add this */ }
Marked as helpful0@hitmorecodePosted over 1 year ago@FinzyPHINZY you welcome, I'm glad I could help 👍
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