Skip to content

Nithin47TA/profile-card-component-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • This was a challenge to complete the frontend of a profile card using html and css

The challenge

  • Build out the project to the designs provided

Screenshots

My Desigh ✌

Prefered Design 👀

Links

Built with

  • HTML5 markup
  • CSS

What I learned

This is a relatively simple task for newbie web developers so there is not much of a take away i just needed to refresh my css and html

.profile-card{
   position: relative;  
}


.person{
    position: absolute;
}

this is something that i forgot about so i thought i will mention it, for centering the image I used absolute withought thinking it is affected by the relative position of card

Continued development

I am really comfortable with css and html so i would like to incoperate other technologies udsed in web development

Useful resources

  • MDN WebDocs - This is one of the richest and most usefull documentation for web developers.
  • W3 Schools - I used this as an introduction to web development.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published