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.
Font link: https://fonts.googleapis.com/css2?family=Outfit&display=swap Live site link: https://xtrum.github.io/NFT-preview-card-component-solution/
- HTML
- CSS (flex)
- Font-family: 'OutFit';
- Font- size: 18px;
- Font-weight: 300, 400, 600
- Soft blue: hsl(215, 51%, 70%)
- Cyan: hsl(178, 100%, 50%)
- Very dark blue (main BG): hsl(217, 54%, 11%)
- Very dark blue (card BG): hsl(216, 50%, 16%)
- Very dark blue (line): hsl(215, 32%, 27%)
- White: hsl(0, 0%, 100%)
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- I discover how to nest two "div" element with different background and make one appear only with it is hovered on
- I also get hold of a better use of flexbox(align-items especially), display & gap
- Webstie - https://xtrum.github.io/NFT-preview-card-component-solution/
- Frontend Mentor - @Xtrum
- Twitter - @hoobhejay