Skip to content

fdsantos300/NFT-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT preview card component solution

Table of contents

Overview

Basic challenge to improve CSS and Bootstrap knowledge.

Screenshot

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Bootstrap

What I learned

  • Set optimal layout depending on device's screen size;
  • Style hover states for interactive elements.

To see how you can add code snippets, see below:

.img-container:hover .overlay-img {
  opacity: 1;
}
.card-title:hover{
  cursor: pointer;
  color: #00fff7;
}

Continued development

Still improving my CSS knowledge and already learning Java Script.

Useful resources

  • Bootstrap - Bootstrap cards.
  • w3schools - This is an amazing documentation source for HTML, CSS and Java Script.

Author

Acknowledgments

This work and content is for learning purpose.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published