3-column preview card component using SCSS, positioning and flexbox
Design comparison
Solution retrospective
I would like to know what should i do better using SCSS.
Community feedback
- @AdrianoEscarabotePosted about 1 month ago
Hey Jarosław, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
I noticed that you used a button in which case the best option would be an a, because in my head when a person clicks on a button written
Learn More
, he is not confirming a form, or something like, it will be redirected to another page, to Learn More about!to solve this problem do this:
<a href="/">Learn More</a>
Everything else looks great.
Hope this helps! 👍
Marked as helpful0@YaretzkyPosted about 1 month ago@AdrianoEscarabote Thanks for your feedback. Now i see u are right thanks again.
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