Design comparison
Solution retrospective
i had a problem with the jessica avatar image not loading when i deploy on github pages, solved it by changing the path from /assets/images/avatar-jessica.jpeg to assets/images/avatar-jessica.jpeg.
Community feedback
- @Ryan-OHanlonPosted 4 months ago
Overall, well done matching the solution cassiopeia.
The dimensions are a bit off but that is a nitpick that I can't really offer proper feedback as I'm still learning how to match the overall size of the challenge to the solution.
Two things I did notice though with improving your CSS. You added a hover rule to turn the social links to green but you didn't add a rule to change the color of the text to black.
.social:hover{ background-color: hsl(75, 94%, 57%); color: black;
This will change the text to a black font when a user hovers over the buttons. Also we both need to change the pointer to black with a white outline.
Also, don't forget to change the style of .attribution to a white font and assign the href to your website.
Good job and keep up the good work.
0
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