This is a solution to the Profile card component challenge on Frontend Mentor.
- Build out a profile card using the provided designs as a model. (./design)
My solution screenshot: (./screenshot.png)
- Solution URL: [https://github.com/Pseidu/Profile-card-component.git]
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
(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;
...
}
My first challenge. It was very useful looking at other's solutions
- Rafael Soriano
- Frontend Mentor - @pseidu