xvferdy / fem-nft-preview-card-component

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT preview card component

πŸ”– This is a solution to the NFT preview 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

Your challenge is to build out this preview 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 NFT preview card component coding challenge

The challenge

Users should be able to:

Challenge Newbie Junior Intermediate Advanced
View the optimal layout depending on their device's screen size β­•
See hover states for interactive elements β­•

Links

My process

⏱️ My estimate time for this challenge is 2 days

Built with

  • VSCode
  • HTML
  • Sass

What I learned πŸ₯³

Instead of doing a margin bottom on each element I create a gap property on the element's parent

stylesheets/scss/_card.scss
&__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

Continued development

  • Mobile First
  • Tablet view
  • Semantic HTML

Author

xvferdy
🌍
Berlianto
Frontend Mentor

About

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

https://xvferdy.github.io/fem-nft-preview-card-component


Languages

Language:SCSS 63.7%Language:HTML 36.3%