Skip to content

paulzala/frontendmentor-profilecardcomponent

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

Overview

The challenge

  • Build out the project to the designs provided

Screenshot

Mobile Desktop

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

background-position including positioning of multiple images and using 4-params to offset an image from the bottom right corner of element

body {
  background-position: -550px -450px, top 500px right -600px;
}

Useful resources

https://css-tricks.com/css-basics-using-multiple-backgrounds/ https://css-tricks.com/almanac/properties/b/background-position/

About

For a Front End Mentor challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published