
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jan28x
A few improvements that could be made:
- it seems you're not linking to the actual picture provided in the assets folder. Try taking the first '.' out of
"./assets/images/avatar-jessica.jpeg"
- the html could be cleaned up a bit. Try moving the
.attribution { font-size: 11px; text-align: center; } .attribution a { color: hsl(228, 45%, 44%); }
in the index.html file to the styles.css file.
Using an unordered list of links instead of buttons would also be a good idea as the actual site would be used to link the user to the creator's various social media profiles.
Setting the background colour as the one specified in the style guide would also make the solution closer to the design.
- it seems you're not linking to the actual picture provided in the assets folder. Try taking the first '.' out of
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