Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Social Links profile solution

Mahmood 1,070

@MahmoodHashem

Desktop design screenshot for the Social links profile coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

Great job on working with hover effects in CSS! Next time, I would focus on incorporating more semantic HTML elements and optimizing my code for better efficiency.

What challenges did you encounter, and how did you overcome them?

I faced challenges centered around margins. To overcome this, I focused on adjusting the margins strategically to bring the card to the center for a more polished result

Community feedback

P
yoe7501 240

@yoe7501

Posted

Hey, just visually there are a few things off with your solution. to start the card isn't really center vertically an easy fix for this would be:

.card{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh; 
0

Mahmood 1,070

@MahmoodHashem

Posted

@yoe7501 Hey bro, Thank you so much for your comment, I tried what you said but it messed up a little. Because I am new to frontend, so flex and grid are a little hard for me to understand. In the next challenges I will use them Inshallah

0

Please log in to post a comment

Log in with GitHub
Discord logo

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