@etherubnSubmitted about 2 years ago
Nasir Mumin
@Nasir222222All comments
- @Nasir222222Posted about 2 years ago
can u try centering it with
margin: 0 auto;
or with flexbox
display: flex; flex-direction: column; align-items: center; justify-content: center;
1 - @correlucasSubmitted over 2 years ago
πΎ Hello, Frontend Mentor coding community. This is my solution for the QR Code Component.
Making this challenge again was something really amazing for me, first because going back through my past challenges I was able to fix some issues and clean my code and then because was my first time using JS (yes I'm a newbie) π
I added some features:
- π¨ Dark and Light mode button
- πΎ Custom QR Code image
- π§ββοΈ A little bit of color customization
- π¨βπ» Custom image hover state
I'll be happy to hear any feedback and advice!