
Solution retrospective
da experiência adquirida nos projetos anteriores me ajudaram bastante para este.
What challenges did you encounter, and how did you overcome them?Acho que consegui me sair melhor neste projeto em relação aos anteriores
Please log in to post a comment
Log in with GitHubCommunity feedback
- @adam-crowley
I would remove the outline on the buttons
.btn { border: 0 }
, and make them wider. For the hover state, make them green on hover.btn:hover { background-color: #C4F82A; }
.Add the
max-width: 90%
property to the.content
div. So when you view on mobile the content will fit to 90% of the screen width:width: 400px; max-width: 90%; }```
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