Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.2 KB

File metadata and controls

77 lines (51 loc) · 2.2 KB

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

Result Screenshot

Links

My process

Built with

  • Simple Html
  • CSS simple
  • Flexbox

What I learned

I learned about (and I need to understand more about it),


tag for to create a simple line, to make a hover above image as a lit trick to me I used the background and another layer to do this

<div class="layer" style="background-color: var(--cyan);"></div>
.proud-of-this-css {
  object-fit: cover;
  position: absolute;
}

Continued development

Like I said before I need to understand more about HR and how to use background-image with URL and hot to make a simple hover without maybe to many DIV

Useful resources

Author

Acknowledgments

Doing anything is better than nothing ☺️🙌🏻