Responsive four card feature section using HTML and CSS

Solution retrospective
Setting some properties and values for responsiveness
What specific areas of your project would you like help with?Any area is acceptable and appreciated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @valen-webd
Great job! Your solution looks really close to the original design, and the responsiveness works well across different screen sizes. 😊
Now this is personal preference, but I'd prefer to not be able to scroll on desktop. If you remove the
height: 120vh;
at line 31 and instead use margin or padding to center the cards, everything is on screen without needing to scroll.This would make it look weird on mobile though, because of the larger
margin-top
at line 143 and 149. If you adjust those, it should look better on mobile.Other than that, your solution looks really nice!
Marked as helpful - @Nakul460
nice work. How did you give the box shadow like that?
Join 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