https://github.com/prabhu30/nft-preview-card-component
This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
https://github.com/prabhu30/nft-preview-card-component
bem-css css3 html5
Last synced: 10 months ago
JSON representation
This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
- Host: GitHub
- URL: https://github.com/prabhu30/nft-preview-card-component
- Owner: prabhu30
- Created: 2022-12-14T06:07:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T07:12:40.000Z (over 3 years ago)
- Last Synced: 2025-06-10T16:43:22.809Z (11 months ago)
- Topics: bem-css, css3, html5
- Language: CSS
- Homepage: https://prabhu30.github.io/nft-preview-card-component/
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - NFT preview card component solution
This is a solution to the [NFT preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/nft-preview-card-component-SbdUL_w0U). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
## 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

### Links
- Solution URL: [Visit now](https://github.com/prabhu30/nft-preview-card-component)
- Live Site URL: [Visit now](https://nft-ethereum-card.netlify.app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
### What I learned
- Through this project, I learnt how to overlay an image over another image, transitioning, centering that image, etc. I also learnt how block elements behave, how justify-content property of flexbox works, and few more things.
### Continued development
- This card component may not be used widely across day-to-day websites, since this is related to crypto. So, If i am going to work with ethereum in the future, then I might make use of this card component during design phase.