Latest solutions
Latest comments
- @ulilalb21@RiccardoColtrinari
Great job and good use of semantic tags!
The code is also well-structured and readable.
- @taylanacikgoz@RiccardoColtrinari
great job! the final solution has some slight changes, which actually improve the design.
- @mikedsousa@RiccardoColtrinari
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 helpful