Order Summary Component

Solution retrospective
- Used grid for the "Annual plan" widget, is it the correct way to style it? If not, what is the better way? (maybe flexbox?)
- For some reason, the header "Order summary" on expected design image looks bolder than what I could set with the font (max weight is 900).
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