
Submitted 10 months ago
Social links profile challenge on Frontend Mentor - CSS Flex
@GregsGrog
Design comparison
SolutionDesign
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MaracaraCarlos
Hi Greg here I leave you some recommendations so you can improve your code:
- Use
<img>
instead ofbackground-image
to insert a profile image. - Use rem as the unit of measurement instead of px since it adapts better to any type of browsers and devices. Why font-size must NEVER be in pixels
- Use elements like
<main>
and<section>
instead of<div>
to improve semantics in your HTML code. Semantic HTML5 Elements Explained
- Use
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