Skip to content

Pseidu/Profile-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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 out a profile card using the provided designs as a model. (./design)

Screenshot

My solution screenshot: (./screenshot.png)

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

(or practiced or refreshed)

body {
Using all screen height and avoiding scroll bars
  min-height: 100vh;
  padding: 0;
  margin:0;
...
Positioning background images
  background-position: right 55vw bottom 30vh, left 50vw top 40vh;
...
}

Useful resources

My first challenge. It was very useful looking at other's solutions

Author

  • Rafael Soriano
  • Frontend Mentor - @pseidu

About

frontendmentor challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published