Responsive landing page using css flexbox

Solution retrospective
- how to make the text appear in reverse pyramid style under the "great" text?
- how to center text in the circle, images in the containers and align text?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Aimal-125
In your CSS code, give body element height of 120 or 150vh by using media query with
max-height: 400px;
so that your solution looks 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