Skip to content

thullyoufrn/Profile-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 a profile card component as similar to the design shown as possible.

Screenshot

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Acessible HTML5 markup
  • CSS custom properties
  • CSS grid layout

What I learned

This challenge was a good way for me to start my learning and applications of CSS Grid Layout. During the process, I also learned more about backgrounds and overlaying elements.

This was the most satisfying code I wrote during the challenge because I was stuck trying to build the background. That's why I'm very proud of the following code:

body {
    /* Background */
    background-color: var(--dark-cyan);
    background-image: url(./images/bg-pattern-top.svg), url(./images/bg-pattern-bottom.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 60%;
    background-position: left -30% top -27rem, right -28% bottom -27rem;
}

Continued development

For my next project, I will study and apply the following concepts:

  • Flexbox
  • Resposive Layout

Useful resources

Author

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published