azizp128 / profile-card

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.

Home Page:https://azizp128.github.io/profile-card/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Profile card component solution

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.

Table of contents

Overview

The challenge

  • Build out the project to the designs provided

Design preview for the Profile card component coding challenge

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

I leaarned about image absolute position & responsive design in this challenge.

To see how you can add code snippets, see below:

.card .card-image {
  border: 5px solid white;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 27%;
  margin: 0 auto;
}

Author

About

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.

https://azizp128.github.io/profile-card/


Languages

Language:CSS 53.4%Language:HTML 46.6%