Skip to content

Cooly-o-Cats/ProfileCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Screenshot of Solution

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow
  • Media Queries

What I learned

I learned quite a few things throughout this project, but #1 was differently to be cautious and check for margin and padding. Many times I would add an element, such as an h2 and it would mess up my "design". I simply just had to remove the margin using:

h2{
margin: 0;
}

So I just need to be more careful in the future with this!

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published