This is a solution to the Social links profile challenge on Frontend Mentor.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- See hover and focus states for all interactive elements on the page
- Solution URL: Github link
- Live Site URL: Social links profile
- Semantic HTML5 markup
- CSS
I learned that align-items
& justify-content
only work for display: flex
I learned to use rem
for sizing instead of %
everywhere.
I learned that padding
also helps with getting the required size.
I still need to practice the positioning an element more. I also need to learn about CSS in general & HTML5 rules.
- Frontend Mentor - @snigdha-sukun