This is a solution to the Profile card component. Interesting design that can be used as a component in a social media plataform or as a user presentation. All design specifications can be seen in style-guide.md
- Solution URL: Frontend Mentor Solution
- Live Site URL: Live Site at Netlify
- HTML5
- Flexbox
- Absolute position
- Image as background
The behavior of the properties (top, right, bottom and left) in a positioned element is not so intuitive. First, by default the element stays in the same position if it were static, as mentioned in the mdn (that's why I first positioned the user image in the center before make it absolutely positioned). If the absolutely positioned element does not fill the available space one of the properties can be descarted, left wins right (depending of the direction) and top wins bottom, as specified in the mdn.
The use of two or more images along with a fixed color to compose a background.
- Github - sidneyfrancois
- Frontend Mentor - @sidneyfrancois