News homepage with React, sass, html, material-ui.

Solution retrospective
What do you guys think about the responsiveness? What do you think about the visual aspect of the page? does it look good? What are some practices that you think can be improved?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @legion40216
Hey, good job on the challenge i experienced some problems in this site.
- The content is not centered on large screen sizes.
try and use
position: absolute; top: 50%; right: 50%; transform: translate(50%,-50%);
or use grid to center it....
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