Submitted almost 3 years ago
3 Column Preview Card Component with HTML/CSS
@matheuspergoli
Design comparison
SolutionDesign
Solution retrospective
Hello!, if you have any feedback, suggestion etc.. Just comment. I'll appreciate :)
Community feedback
- @ApplePieGiraffePosted almost 3 years ago
Hey, Matheus Pergoli! 👋
Nice job on this challenge! 👍Your solution looks great and is responsive! 😀
A few things I'd like to suggest are,
- The "buttons" in this challenge look a lot like... well, buttons, but I think in the real-world they would more likely function as links (since they seem as if they would take you to another page where you can learn more about the product when clicked). I'd suggest turning those buttons into links (but keeping the same styling of course) to reflect how they might actually be used in a component in a full-fledged site.
- I've noticed some unwanted horizontal scrolling in the tablet/mobile layout of the site. Adding
overflow-x: hidden
to thebody
should help get rid of this.
Hope those one or two tips are helpful. 😉
Keep coding (and happy coding, too)! 😁
Marked as helpful3@ApplePieGiraffePosted almost 3 years ago@matheuspergoli
No problem! Glad to help. 👍
0
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