Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Using some preprocessor or maybe tailwindcss
What challenges did you encounter, and how did you overcome them?The use of media queries, im just starting with these concepts
What specific areas of your project would you like help with?Maybe how to setup sass
Community feedback
- @Raptor0x1Posted 5 months ago
- Code is well structured (though put the closing curly braces of .card at the wrong place) and tried the layout on the screen sizes , it looks good.
- The card description is a bit off the place as compared to the design. You can give a width to the card description smaller to card title.
0 - @MaxCoder-mcPosted 5 months ago
Hello there!
Congrats on completing the challenge! Your solution is really good.
You could shorten this line of your code --> margin: 0 2rem 0 2rem; into this one --> margin: 0 2rem
It gives the same result and save you some timeAs for the help on setup sass, you try this tutorial https://www.youtube.com/watch?v=jfMHA8SqUL4
Hope that was helpful
Good luck for your next challenge
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