Frontend Mentor - Profile card component solution

This is a solution to the Profile card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

  • Build out the project to the designs provided

Screenshot

Mobile Desktop

Links

My process

I started by rewritting the HTML, creatings the containers to hold each section of the card. Then I start styling the mobile view first making sure it was responsive. Finalised styles with the the desktop view using media queries.

Built with

  • Semantic HTML5 markup
  • Flexbox
  • Mobile-first workflow

What I learned

  • Learnt how to get rid of the whitespace left behind after using a relative positioning.

Useful resources

  • stackoverflow - This helped me with getting rid of the whitespace left behind after a relative positioining of an element.

Author