Design comparison
SolutionDesign
Solution retrospective
Hi there, I'm Tuan Anh and this is my solution for this challenge
Built with
- TailwindCSS
Any suggestions on how I can improve my code are welcome Thank you 😊.
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
UPPERCASE LETTERS 🔴:
- The words
sedans
,suvs
,luxury
need to be capitalized with tailwind css's utility classes
- Just add
uppercase
utility class to thespan
element, see the following example
<span class="text-3xl... uppercase">Sedans</span>
- Now the text transformation has been properly done without any errors, and don't forget generate new screenshot after updating your code.
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful1
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