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.
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Solution URL: (/~https://github.com/GSD3v08/ntf-preview-card
- Live Site URL: https://gsd3v08.github.io/ntf-preview-card/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Desktop-first workflow
I think shadows was the part more dificult in this project, making multiple shadows was a little confusing at first, it is not perfect but I think the result was good. The overlay background was something new that I learned to do in this challenge but it was something fun to do.
I want to focus how properly use unit like px, em, rem, etc., and try to learn more about responsive.
- Frontend Mentor - @GSD3v08