3 TABLE PAGE

Solution retrospective
adjustments are improved and will be device accessible soon
What challenges did you encounter, and how did you overcome them?all devices compatability
What specific areas of your project would you like help with?device adjustments
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Sharky83
looking nice!
having these in the body {} will center the container within! :)
display: flex; align-items: center; justify-content: center; height: 100vh;
also by having the :hover on the an addition button css property, allows a background colour to be altered when hovering over it! (or in your case you used the a: element for the buttons)
so a:hover { background-color: choose color; }
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