Design comparison
SolutionDesign
Solution retrospective
css is so fun ngl
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Nice work with this one. Yes, CSS is fun and viewing at your code, I would suggest the following for you...
- Add media queries for the responsive design
- Adjust the width of the
container
intowidth:950px
and addborder-radius: 10px;
- Inside the
content
add the padding intopadding-right: 4rem;
andpadding-bottom: 6rem;
- Remove the margin in
header
and.content .pref h2
into 0 - Remove the
margin-bottom: 5rem;
in the.content .first-p
- Add
padding: 1rem
in theattribution
tag - Wrap the content
body
with specific tag likemain
and attributionwith
footer` tag for readability
Hope this helps and Keep it going!
Marked as helpful0
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