Design comparison
SolutionDesign
Community feedback
- @jen067Posted 2 months ago
- The footer content easily overlaps with the last card on mobile.
- Only the top-left and top-right corners of each card's colored area should have rounded corners, while the rest should remain straight.
- You can use box-shadow: 0 y-axis offset blur to create the shadow effect initially requested.
- The card's title text should have a font-weight set.
- Mobile sizes are typically below 768px, but in your case, the layout switches to mobile around a screen width of 980px.
Another interesting thing is that when the screen size is reduced to below 300px, it applies the desktop styles again, which is also something that can be adjusted
Marked as helpful0
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