Design comparison
SolutionDesign
Solution retrospective
No complaints from my side but feedbacks are welcome
Community feedback
- @HikmahxPosted over 1 year ago
Hi there. Great work! I just have a few suggestions: To make the dice perfectly centered, add
position: relative;
to the main tag. And to the dice class, add:right: 0%; left: 0%; margin: auto;
If you want the dice button to be centered at the bottom of the main, simply change the bottom style of dice class to
bottom: -25px;
, which is half of the button height.Marked as helpful0
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