Responsive summary component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @guillemfrasquet
I cannot access to your code. But, what I can see in the live site looks pretty good! It could be improved by centering the main container both vertically and horizontally.
Try something like this:
body, html { display: flex; justify-content: center; align-items: center; }
Then, you should add some styles for the background to make it more similar.
Sadly, I suppose you were practicing React, but I cannot access to that code as the link doesn't work.
Good job :)
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