This is a solution to the Social links profile challenge on Frontend Mentor.
Users should be able to:
- See hover and focus states for all interactive elements on the page
- (Also can be functional to redirect to related page)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Efficiently design layout using Grid and Flexbox concepts
- Using semantic HTML and validating it from online tools
- Improved completion time
Make it functional to redirect the user to the desired location based upon the selected link and personalize it.
- HTML/ CSS Validator - This helped me for validating my HTML/ CSS code and improve it for better accesibility and semantics. I really liked this tool and will use it going forward.
- MDN Web Docs - This is an amazing article which helped me finally understand concepts of Grid/ Flexbox better.
- Frontend Mentor - @AashishVivekBhat