It's my first time documenting a project, so there will be little information and only what I think is necessary
What did I use?
-
HTML
-
CSS
CSS code portion
.qrcard{
background: #FFF;
display: flex;
flex-direction: column;
align-items: center;
width: 20.5rem;
height: 31.5rem;
border-radius: 15px;
}
.qrcard>img{
width: 18.5rem;
border-radius: 8px;
margin-top: 15px;
}Thanks for watching 💖