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 a profile card component to the designs provided
- Desktop screenshot
- Mobile screenshot
- Live site URL: https://giovanibulian.github.io/profile-card-component/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox Layout
- CSS Grid Layout
- Mobile-first workflow
- Background sizing and positioning with multiple background images
- CSS Grid Layout (basics)
I'd like to dive deeper into CSS Grid and also become more fluent in background manipulation.
- CSS-Tricks.com comprehensive guide to CSS grid - This guide is very illustrative and helped me a lot with CSS Grid Layout.
- CSS background-image Tutorial by Kevin Powell - This video guide about background images really helped me with the
background-sizing
andbackground-position
properties.
- GitHub - Giovani Bulian Simioni