Design comparison
Solution retrospective
Hello,
This is my first project. I am a newbie in web development and hope the results match the initial mockup quite well.
Thanks for your feedback.
Community feedback
- @AgataLiberskaPosted over 3 years ago
Hi @StudioWebpic, well done on your first project, it looks great!
Two small things I noticed: You're using a media query for max-width of 1000px. At that point the card is 800px wide and still in column layout and there's quite a lot of unused space, which makes it look a bit off balance. What you could to is go a bit lower on your media query (so it goes from column to grid earlier) or / and set a max-width for your card div so it doesn't stretch too much before it switches to grid.
And the second thing - you've used a
<ul>
for one of your boxes and removed the list style, which is great, but you've still got the padding on the left which is a default list style. I would personally remove it here, because it can wrap your text too much and make it hard to read. But if that was intentional - sorry!Hope this helps :)
1@StudioWebpicPosted over 3 years ago@AgataLiberska Thx you a lot for you feedback <3
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