Submitted 3 months ago
Making a card of my social media links using flexbox .
@Farooquekk
Design comparison
SolutionDesign
Community feedback
- @hl-wongPosted 3 months ago
Hello there! Good job on complete this challenge.
For your solution, I just looked at your code.
<div class="container"> ... </div>
Your
container
height
andwidth
shouldn't usevh
andvw
. I can suggest you to use%
forwidth
andpx
formax-width
, and should remove theheight
.<ul> <li><a></a></li> </ul>
Another one will be your social links. You shouldn't remove the height and width from
li
.Happy coding!
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