@ulilalb21Submitted 3 months ago
RiccardoColtrinari
@RiccardoColtrinariAll comments
- @RiccardoColtrinariPosted 3 months ago
Great job and good use of semantic tags!
The code is also well-structured and readable.
0 - @taylanacikgozSubmitted 6 months ago@RiccardoColtrinariPosted 4 months ago
great job! the final solution has some slight changes, which actually improve the design.
0 - @mikedsousaSubmitted 4 months ago@RiccardoColtrinariPosted 4 months ago
great job! I you want to use the given colors you could add this to your tailwind.config.js theme:
colors: { "primary": "hsl(47, 88%, 63%)", "white": "hsl(0, 0%, 100%)", "grey": "hsl(0, 0%, 50%)", "black": "hsl(0, 0%, 7%)" },
Marked as helpful0