- HTML
- CSS
Mobile first - QR code component
Well done brother! you did a nice work here, ☺ I'll like you to take some notes;
- To perfectly center the card on the page, you can use the following code
<main class = "container">
<div class = "card"> </div>
</main>
**CSS**
main{
display: flex;
align-items: center;
justify-contents: center;
}
Then you can set up the card component.
That will be all. If you find the feedback helpful, you can click on MARK AS HELPFUL 🤝
Happy coding!🤝