
Solution retrospective
I used CSS Nesting for this project. Didn't even realize that this was an available feature for native CSS. Any feedback would be greatly appreciated. Thanks.
EDIT: For some reason my preview site doesn't load the items the same way it does when I previewed it in the browser. Screenshot also apparently doesn't support CSS Nesting. So I got a really ugly inaccurate preview.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Aimal-125
In your CSS code, increase the height of body element to 120 or 150vh by using media query with
max-height: 400px;
so that your solution look good on screens with small heights.
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