Skip to content

Theuz1nh0/NFT-preview-card-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

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

My process

Built with

  • Semantic HTML5 markup
  • Flexbox

What I learned

main {
    max-width: 21.875rem;
    width: 100%;
}
#link-image:active::after {
    align-items: center;
    background-color: hsla(178, 100%, 50%, 0.5);
    border-radius: 8px;
    content: url(./images/icon-view.svg);
    display: flex;
    height: 98.6%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0%;
    width: 100%;
}

Author

About

Projeto de site de um card de compra de uma NFT apenas em HTML e CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published