Design comparison
Community feedback
- @jasoneczekPosted 8 months ago
You have a good start but it seems like your project is unfinished. I have a few suggestions that I hope will be of help moving forward if you choose to continue improving it:
Create a style.css file in your root project directory and use a link tag in the head rather than writing your css in the html file. Your html is missing a <main> element. You can change your section tag to main. Since this is a card and typically cards are often repeated on web pages, you might want to change your h1 to an h2 or h3. I would make the location a p instead of an h4. Your list items should contain anchor tags <a>, since they are linking the user to your different profiles. If you would like to match closer to the design, check your stylings again compared to the design files and see what could be tweaked to more closely match.
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