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.
- Build out the project to the designs provided
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
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;
}
https://css-tricks.com/css-basics-using-multiple-backgrounds/ https://css-tricks.com/almanac/properties/b/background-position/