Design comparison
SolutionDesign
Solution retrospective
I am learning React from SheCodes and implementing Frontend Mentor designs. This was a simple and easy design that I would recommend for beginners. I would appreciate any feedback.
Community feedback
- @BadGuitarist07Posted 10 months ago
Hi, Serah
Great Job!
I would just recommend you to center The Card well to the screen, you could do it with this code in your general css file of the website
body { min-heigth: 100vh; display: flex; justify-content: center; align-items: center; }
Marked 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