Flexbox, CSS variables

Solution retrospective
This was a great exercise. I don't have any specific questions but any feedback on layout would be appreciated. Thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
Hay ! James Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
Keep up the good work!
Marked as helpful - @RioCantre
Hello there! Nice work in completing this project. Viewing at your solution, I would suggest the following for you...
- The open tag for the
body
is missing. Add it after the<div class="card-container">
- Clean the whistespaces in the code
- Wrap the content of
card-container
with specific tag likemain
andattribution
withfooter
tag. Removeattribution
if unused. Read more about HTML structures in Semantics - Add
cursor:pointer
for the hover state of the design - Modify the margin in
#image-avatar
withmargin-right: 1rem;
. Adjust the borders intoborder: 1px solid white;
andborder-radius: 50%;
- Add
padding: 1rem 0;
in the.bottom_line_container
rule set - Adjust the font size in
.detail-row-container
andh4
withfont-size: 16px;
.font-size: 22px;
inh3
Hope this helps and Keep up the good work!Cheers!
Marked as helpful - The open tag for the
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