Skip to content

rafaeltakano/frontendmentor-profile-card-component-main

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

Note: Delete this note and update the table of contents based on what sections you keep.

Overview

Screenshot

Links

My process

Built with

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

What I learned

I learned that using and positioning background images are a lot more flexible than I thought

body {
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  min-height: 100vh;

  background-color: var(--clr-dark-cyan);
  background-image: $--pattern-top, $--pattern-bottom;
  background-position: $--position-top, $--position-bottom;
  background-repeat: no-repeat;
}

Author

Acknowledgments

I used the Vanza Setia code to align the background images.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published