Skip to content
Submitted almost 2 years ago

Social Links Profile Challenge

LVL 2
@cdGuilherme
A solution to the Social links profile challenge

Solution retrospective


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

With this project I was able to better understand concepts like the CSS Box Model and also CSS Grid.

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

Aligning the social buttons was difficult. I started by using Flexbox on button elements but later decided to use Grid instead. This is where I learned more about the Box Model and CSS Grid, I used tags instead and managed to align the elements using CSS Grid

.socials {
  display: grid;
  row-gap: 1rem;
  width: 100%;
}

These are the following resources that helped me:

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

I am looking to get feedback about the quality of the code that I've written, I tried my best to code while following best practices but maybe I missed something. I'm open to feedbacks for accessibility tips and code quality. Any advice will do! Thank you :)

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Guilherme Costa’s solution.

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