Design comparison
Solution retrospective
Hello, feel free to leave a comment about my code. Any suggestions are welcome.
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hi, Marta! 👋
Good to see you complete yet another challenge! Nice work on this one! 👍
One small thing I might suggest is to vertically center the card component in the viewport in the desktop layout. You can easily do so by adding
min-height: 100vh
to thebody
and then using flexbox to center the card component after that. 😉Keep coding (and happy coding, too)! 😁
1 - @janegcaPosted almost 4 years ago
That looks really good Marta, at both sizes. The only tweak I might suggest is a little less space between the text and the author section. Nicely done :)
1 - @MasterDev333Posted almost 4 years ago
Great work @Marta. Your solution is spot on. One suggestion, it would be better if you add some transitions on buttons. Overall, well done! Happy coding~ :)
1
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