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 Profile page | HTML and CSS only

@Ehiejakhian

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?

My second published solution. That I'm proud of. It was pretty simple, but I'm not sure I followed standard procedures.

What specific areas of your project would you like help with?

I am open to constructive criticism and any recommendations would be highly appreciated. Thanks!

Community feedback

MarGuc1 40

@MarGuc1

Posted

Looking for an easy way to make your card responsive? Try this:

.card {
  width: 90%;
  max-width: 37.5rem;
}

On smaller screens, the card will be 90% wide, but it will stay fixed at 37.5rem (600px) once it reaches that size.

To center the card, use this code:

.container {
  display: grid;
  place-items: center;
}

Hope this tip helps! 💗💗💗

Keep up the fantastic work! 😁😊😉

0

@Ehiejakhian

Posted

@MarGuc1 Thanks man!

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