This is a solution to the Profile Card Component. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
A simple project using HTML5 and CSS3 that displays a profile card component consisting of a user profile image, biography data and social network status counters.
- I started with the markup on index.html, complying with HTML5 semantic tags and standards as much as possible.
- The styling provided by the project briefing was implemented first, followed by the classes I came up with on the markup.
- I used Figma to acquire all the right dimensions involved in the layout and implemented them in the appropriate CSS classes.
- The CSS Cube methodology was used when coding the stylesheet and some of the conventions from BEM were used when naming classes.
- Semantic HTML5 markup
- Cube CSS methodology
- Got more familiar with the use of the
position
CSS property. - Getting the SVG circular linear-gradients to their right positions was a challenge. It took me longer than expected but it all worked out in the end.