Design comparison
Solution retrospective
Could someone please guide me in making a website responsive?
Community feedback
- @HassiaiPosted almost 2 years ago
Wrap the body content in a main tag and replace <h4> with <h2> to fix the accessibility issue.
Give .container a fixed max with value instead of a percentage value .eg.
max-width: 450px;
Give p a margin or a padding value for all the sides. There is no need to give .inner-content justify-content. the box-shadow of #proceed has a wrong color.Use rem or em as unit for the padding, margin, width and preferably rem for the font-size for more on CSS units, click here
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful1
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