Skip to content

graficdoctor/NFT-preview-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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
  • CSS custom properties
  • Flexbox
  • Mobile-first workflow

What I learned

The past month, I've been repeating a lot of theory. This has helped me to understand the concepts behind html and css a lot more. In solving this challenge, I was more aware of each decision I made.

Continued development

I need to learn how to work with svg's. I also need to get used to work with positioning. I'm at the moment struggling to put that theory in practice. Which just means, I need to practice a lot more.

Useful resources

  • StackOverflow - Somehow I couldn't get background-blend-mode to work, so I looked for a solution on Stackoverflow. Hoping it would also work on the svg. I adapted the solution to this excercise and managed to get the overlay to work.

Author