Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

NFT preview card component using CSS Flex

@Mr-NotSoCreative

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello everyone! This is my second solution to the Frontend Mentor Challenge. I hope there is no mistake in my coding to this solution, but if you find any please feel free to correct my mistakes.

1. What did you find difficult while building the project? Ans: Adding box-shadow to the card and positioning the hover able eye icon top of the Equilibrium image

2. Which areas of your code are you unsure of? Ans: CSS box-shadow property.

3. Do you have any questions about best practices? Ans: Best practices for CSS Position property and box-shadow property.

Community feedback

Adriano 34,090

@AdrianoEscarabote

Posted

Hello everything is fine?

I like your project, but I have some tips that I think you will like:

1- Document should have one main landmark, you could have put all the content inside the main tag, it would make the code better structured. click here to read about it

2- I noticed that the layout was not that centralized, so I made some changes to the code to fix it:

body { min-height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center; }

Hope it helps...don't forget to mark it as helpful 👍

Marked as helpful

1

@Mr-NotSoCreative

Posted

@AdrianoEscarabote Thanks for reviewing my code. 😊

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord