xvferdy / fem-profile-card-component

Profile card component || Frontend Mentor πŸ₯‰ NEWBIE...

Home Page:https://xvferdy.github.io/fem-profile-card-component/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profile card component

πŸ”– This is a solution to the Profile card component challenge on Frontend Mentor.

🌈 ✨ πŸŽ‰ Have Fun Building! πŸš€ 🎊 🎈

πŸ–₯️ Welcome
Thanks for checking out this front-end coding challenge. Frontend Mentor challenges help you improve your coding skills by building realistic projects. To do this challenge, you need a basic understanding of HTML and CSS. Press Enter πŸš€ to start the game!!

πŸ“Table of Contents

Brief

This is a perfect challenge to test your layout skills. The card layout doesn't shift, so it's also great for those that haven't dived into responsive websites yet!

Your challenge is to build out this profile card component and get it looking as close to the design as possible. You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.

Preview πŸ‘“

Design preview for the Base Apparel coming soon page coding challenge

The challenge

Users should be able to:

Challenge Newbie Junior Intermediate Advanced
View the optimal layout for the site depending on their device's screen size β­•

🐬 Newbie Difficulty List

Links

  • Solution URL: Here
  • Live Site URL: Here

Built with

  • VSCode
  • HTML
  • Sass

⏱️ My estimate time for this challenge is 1 days

What I learned πŸ₯³

Position the image using transform: translate()

stylesheets/scss/components/_card.scss
%translate {
  transform: translateX(-0.7rem);
}

Difficult Things πŸ˜΅β€πŸ’«

Some struggles while working on this challenge and end up giving up

  • Positioning the profile picture ❔
  • Make the background according to the design ❔

Author

Frontend Mentor - @xvferdy

About

Profile card component || Frontend Mentor πŸ₯‰ NEWBIE...

https://xvferdy.github.io/fem-profile-card-component/


Languages

Language:SCSS 66.0%Language:HTML 34.0%