Skip to content

Harshitsoni2000/Profile-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Desktop View Mobile View

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Styled Components - For styles

What I learned

We can center the content both horizontally and vertically easily using FlexBox.

<body></body>
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

Continued development

I want to continue focusing on learning flexbox and grid layout more. This is the concept that I need a lot of practice to get comfortable with.

Useful resources

  • Flexbox Guide - This helped a lot while using Flexbox layout. I really liked this site and will use it going forward.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published