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.
Users should be able to:
- See hover and focus states for all interactive elements on the page
Desktop:
Mobile:
- Live site: https://michahuhn.github.io/frontendmentor-social-links-profile
- Challenge solution: https://www.frontendmentor.io/solutions/social-links-profile-using-vue-Ps-OqQsjPV
- Vue
- SCSS
- Semantic HTML5 markup
- Accessibility
- Mobile-first workflow
- Custom CSS properties
- CSS Grid
I made the card responsive by using a media query and by using fluid design. The card's width automatically adapts to the viewport on mobile screen sizes.
I also used the <q>
tag to create the quote.
- Unfamiliar CSS patterns that improve on the classics - YouTube - How I created the
max-width-wrapper
class to make the card responsive. - Get your stylesheets more organized with Sass partials - YouTube - My SCSS folder structure is inspired by this video.