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.
Note: Delete this note and update the table of contents based on what sections you keep.
- Build out the project to the designs provided
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
Note: These are just examples. Delete this note and replace the list above with your own choices
Use of the box-model. Extensive understanding of how to layout components using flex display property and positioning. Introduction to the box-shadow property.
CSS Grids. CSS animations.
- Web-Dev Simplified youtube channel(https://www.youtube.com/watch?v=YszONjKpgg4&list=RDCMUCFbNIlppjAuEX4znoulh0Cw&index=2)
- This helped me to clearly grasp css positioning.
- Frontend Mentor - Kirwa-Dre