Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Qr Code Component

#tailwind-css#vue

@blade-01

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


It's my first time trying out tailwind-css, and I must say, it's really cool 👌 I had problem with the config though, any changes I made to the tailwind.config.js file overrides all tailwind properties (dunno why tho), say

colors: {red: '#ffffff"}
<div class="text-red"></div>

From what I understand, I'm supposed to still be able to access text-red-100 etc., but that's not the case. Still thinking of a work around for that. 🤔

Your feedbacks would be appreciated.

Community feedback

Naveen Gumaste 10,480

@NaveenGumaste

Posted

Hay ! Animashaun Taofiq Good Job on challenge

These below mentioned tricks will help you remove any Accessibility Issues

-> Add Main tag after body <main class="container"></main>

-> Learn more on accessibility issues

If this comment helps you then pls mark it as helpful!

Have a good day and keep coding 👍!

Marked as helpful

1

P

@DarrickFauvel

Posted

@blade-01 Nice work. If you want to remove the issues in the accessibility report, you can wrap your card in a <main> html element. Also, you could apply <footer> to the attribution.

I hope that helps.

Happy coding! 😊 :Darrick

Marked as helpful

1

@blade-01

Posted

@DarrickFauvel thanks, your feedback is really appreciated

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord