Design comparison
SolutionDesign
Community feedback
- @MiyaoCatPosted 10 months ago
I just completed this challenge too!
- It looks like you're file path to the avatar is wrong. I believe you just need to add a './' at the beginning so it goes back to the root
- The name, location and quote don't have the correct fonts. You'll want to add the font to the style sheet or within the head of your index file
- To center the container, you can do
margin-left: auto
andmargin-right: auto
instead of setting a specific percentage. -- I'd also recommend wrapping the entire container and btn-group in a div because it's kind of it's own element. I named mine 'social-card'.
Hope this helps! Looks great!
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