Design comparison
SolutionDesign
Solution retrospective
there's no html and css tags for beginners like me.
i'd really appreciate if you added it, thanks😊
Community feedback
- @GiDDeRoPosted about 2 years ago
Nice Solution.
- Learn on how to change to other external fonts
- To center the card. body { display: grid; place-items: center; height: 100vh; } or body { display: flex, height: 100vh; align-items: center; justify-content: center}
Marked as helpful0@hamza4916Posted about 2 years ago@GiDDeRo this was really helpfull,, thanks alot; i'll try to implement next time
0 - @nonso01Posted about 2 years ago
Hello Hamza 👏, there is a couple of things to review form your solution.
Your GitHub repo
your repository isn't available right now, which hinders me from reviewing some potential mistakes (hope you will resolve that in future).
Others
- from what I can see here , you probably failed to import a specified fonts
import url("google fonts") /* or @font-face at-rule*/
- you probably had issues with basic stylings such as box layout
/*flex box ppt*
hope you will resolve this and get better, nice job though.
Marked as helpful0
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