Design comparison
SolutionDesign
Solution retrospective
Anything I should change/work on?
Community feedback
- @PresidentTreePosted about 3 years ago
Good job on your submission! Here is some feedback...
HTML
- Your links in your headings are usually on one line (with the exception of overflow) to save space.
- The spaces at the end of tags are not needed.
- The
span
on line 40 does not need to be within theh5
tag. - The numbers should have some tag around them like
p
.
CSS
- Change the position of the background images to
background-position: right 50vw bottom 40vh, left 50vw top 40vh;
. - The corners of the profile card image are poking out. Either change the background-radius of the image or add an
overflow: hidden;
. - Did you mean to leave out screen responsiveness? I don't see any @media.
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