Skip to content

Bouyyah/NFT-Preview-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - NFT preview card component solution

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

Links

My process

Built with

  • Semantic HTML5 markup
  • SCSS custom properties
  • Flexbox
  • SASS partials
  • SASS variables
  • Mobile-first workflow

What I learned

In this project there was more play with images and Hover effect, wich gives more focus to the layout and how we should structure our elements to interact with each other.

Useful resources

  • MDN web docs - This helped me for for the transparent background to change the image on hover. I really liked this pattern and will use it going forward.
  • W3schools - This is an article which helped me finally understand diplay property to use it to hide elements on hover. I'd recommend it to anyone still learning this concept.

Author