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

Blog preview card | React.js | Tailwind CSS

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

P
AJulietteβ€’ 20

@AJuliette

Posted

To get the correct colors, you should add inside theme in your tailwind.config.js (using the infos in the style-guide.md given):

   colors: {
      'yellow': "hsl(47, 88%, 63%)",
      'white': "hsl(0, 0%, 100%)",
      'gray': {
        500: "hsl(0, 0%, 42%)",
        950: "hsl(0, 0%, 7%)",
      },
    },
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