Skip to content

maxlopzb/Profile-card-component

Repository files navigation

Frontend Mentor - Profile card component solution

This is a solution to the Profile card component challenge on Frontend Mentor.

Table of contents

Overview

The challenge

  • Build out the project to the designs provided

Screenshot

Links

My process

Built with

  • Flexbox
  • backgroun-images
  • divs and spans
  • customize fonts

What I learned

.card-main-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

I learnt to align items vertically and horizontally using flexbox properties justify-contente and align-items.

Continued development

  • background-images -position propertie -flexbox -grid -responsive images

Useful resources

  • Example resource 1 - This helped me to clear my understanding in a lot of css properties and how they behave.
  • Example resource 2 - This helped to understand concepts that i was unfamiliar with before.

Author

About

This is my first project, creating a profile card component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published