This is a solution to the Social links profile challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- The challenge
- Screenshot
- Links
- Built with
- What I learned
- Continued development
- Useful resources
- Author
Users should be able to:
- See hover and focus states for all interactive elements on the page
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
I learn a little bit of BEM, I tried to put some better names according to the BEM good practices and I learned to use the :focus-visible pseudo-class due to it was a challenge requirement.
I want to learn more about pseudo-classes, bem good pratices and to improve the way I structure the code.
- BEM better understanding - This helped to learn more about the principles of BEM and to clarify questions. I like the way they explain it.
- Frontend Mentor - @armson45
