order summary component using HTML and CSS

Solution retrospective
Only the second challenge I've tried so still very new to this. I understand my CSS is very wordy and feedback to imporve this would be much appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @eniskrt
Good Job!
As far as I see, you've used
display:grid
. It's good. But also you can usedisplay:flex; justify-content:center; align-items:center;
to get the card in the midddle of the page. I think, although it looks pretty good, otherwise it'll look prettier.Good code!
Enis...
Marked as helpful
Join 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