Design comparison
SolutionDesign
Solution retrospective
The only difficulty I had was figuring out the color scheme for some of the containers, specifically the number buttons and the star image at the top. Also for some reason I couldn't get the star correctly centered in the img container so if anyone has any advice on what to do there it would be greatly appreciated!
Community feedback
- @peanutbutterjllyPosted about 1 year ago
cheers on getting the challenge done.
if you want to get that star centered, you can give your div with a class of 'img-container' a display of grid and use the property and value of place-items: center:
.img-container { display: grid; place-items: center; }
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