
Solution retrospective
Give me feedback!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @nmorajda
It looks good ... but only on the desktop.
It is not responsive.
Use a media query for this purpose.
Do not specify the height in px (usually the height of the element is to result from its content or the height of the parent element).
If you use the section element, there should be some header inside. In this case, the IMHO section element is replaceable with a div element.
Marked as helpful
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