Design comparison
SolutionDesign
Community feedback
- @aditya3284Posted about 1 year ago
Hey @abdu-shakur,
š body can use a
min-height:100dvh
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
, which will place your rating component in center of the screen.š And you can remove
align-items: center;
,justify-items: center;
from thediv
with general class.I hope this helps you. Cheers
Happy coding š
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