Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted about 5 years ago
Hey! Congrats on submitting your solution, nice work! 👍
Here are a couple of pointers after taking a look at your code:
- Instead of using a combination of
position: relative;
andtop
,right
,bottom
, andleft
to position the cards, I'd recommend taking a look at using Flexbox or CSS Grid. They're both really powerful tools to build layouts. Here are a couple of great (and free) tutorials on them: - Also, a great bonus task would be to try and make it mobile responsive. Here's a great Udacity course on building responsive websites for more information.
I hope you find these tips useful. Keep up the great work! 👍
Marked as helpful1@Sidi-AliPosted about 2 years ago@mattstuddert. After a long time, I am back to this challenge. I appreciate your advice and have gone through the tutorials you proposed. Please have a look at what I have come up with and see if it looks better.
Thank you in anticipation of your reply.
0 - Instead of using a combination of
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