Skip to content

aparajitdotbee/profile-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements

Screenshot


Mobile Preview


Mobile Preview


Desktop Preview

Desktop Preview

Links

My process

Built with

  • HTML5
  • CSS3

What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

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

<div class="bottom">
        <ul class="bottom-stats">
          <li><span>80K</span><br>Followers</li>
          <li><span>803K</span><br>Likes</li>
          <li><span>1.4K</span><br>Photos</li>
        </ul>
      </div>
.dp-victor {
    position: absolute;
    top: 13%;
    border-radius: 50%;
    left: 35%;
    border: 5px solid white;
}

Continued development

  • Hover animations
  • Spacing and indentations
  • Margin and Padding
  • Display and Position styles

Useful resources

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published