Design comparison
SolutionDesign
Solution retrospective
Give me feedback!
Community feedback
- @nmorajdaPosted about 3 years ago
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 helpful1@JSegundoPosted about 3 years ago@nmorajda i have used some mediaqueries but doesn't look good at 280-300px. what mediaqueries would you use? thanks!
0
Please log in to post a comment
Log in with GitHubJoin 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