Design comparison
Solution retrospective
I'm excited to share my responsive advice generator app with you all! It's a fantastic solution that harnesses the power of the Advice Slip API to generate unique and insightful advice. I would greatly appreciate your valuable feedback and suggestions.
Community feedback
- @JeremiasRincaveskiPosted over 1 year ago
congratulations on your work, I saw that you used the semantic html, media care and left the project very similar to the proposed, I noticed that you used margin and padding to center the main div, I suggest that you use flex or grid to align this div, if you want a tip on how to align with flex use
display: flex; align-items:center; justify-content: center; height: 100vh
, so you center it in the middle of the screenMarked as helpful1
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