Built with tailwindcss

Solution retrospective
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Davichobits
Hi! Great job on your solution. Here are a couple of recommendations to improve it:
-
The correct Tailwind class is
text-gray-950
. Instead oftext-grey-950
, usetext-gray-950
to ensure proper styling. -
Consider using a locally hosted font instead of loading it from Google Fonts. This can improve your page's loading performance. You can achieve this by defining the font in your
input.css
file using@theme
. Check out the [Tailwind documentation}(https://tailwindcss.com/docs/font-family) for more details.
Keep up the great work! 🚀
Marked as helpful -
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