Design comparison
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
- @NaveenGumastePosted over 2 years ago
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 helpful1 - @DarrickFauvelPosted over 2 years ago
@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 helpful1@blade-01Posted over 2 years ago@DarrickFauvel thanks, your feedback is really appreciated
1
Please log in to post a comment
Log in with GitHubJoin 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