Skip to content

namangaur2/NFT-challenge

Repository files navigation

Frontend Mentor - NFT card challenge 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

Desktop View

Inactive State Active State

Mobile View

![Mobile View](C:\Users\gaurn\Desktop\FRONTEND PRACTISE\frontendmentor\Screenshots\mobile view.png)

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

  • I learned how to implement the CSS properties, especially the Flexbox.
  • I also learned about hover effect i.e.
heading h4 a:hover{

    cursor: pointer;
    color: rgba(0, 255, 255, 0.685);
    
    transition: 0.2s;
}

Continued development

I would like to further practice positioning and transitioning the elements, using flexbox and using gridbox.

Useful resources

  • W3Schools - This helped me in using pseudo-classes and in CSS.
  • MDN Web Docs - This resource helped me a lot in using flexbox and CSS.

Author

About

I worked on the NFT card challenge, which I found on frontend mentor and successfully made my first HTML CSS mini project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors