
Solution retrospective
Hi this is my first project on FrontendMentor !!
What did you find difficult while building the project?
Deploy it tbh haha 😭
Which areas of your code are you unsure of?
// .card{ margin: 165px auto; //
I think there's a simple way to center it (maybe with display : flex 🧐 and justify-content and align-item : center )
Do you have any questions about best practices?
I think that I can optimise this code but idk how so any suggestion would be nice !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anthonyplicata
This looks great honestly!
I had gotten good advice for centering the content on this one as well.
I do use flex now, but for flex or grid I was told to set min-height to 100vh. Seemed to resolved a whole lot for me.
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