Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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
Community feedback
- @Sharky83Posted 3 months ago
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; }
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