Design comparison
SolutionDesign
Solution retrospective
That's my first template with Tailwind-CSS 🐱👤. I would be grateful with Any suggestion to improve my skills 🙌.
Community feedback
- @MelvinAguilarPosted about 1 year ago
Hello there 👋. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- The use of three links in the HTML file, including
output.css
,input.css
, andstyle.css
, is unnecessary. You only need theoutput.css
link.
- The styles in "style.css" may be redundant as Tailwind CSS includes an excellent default CSS reset. You can write custom styles in "input.css" if needed.
- Ensure your class names like "Light-Cyan" are in lowercase for consistency with tailwindCSS.
- Consider using Prettier and a Prettier plugin for Tailwind CSS to automatically organize and format your classes. This helps maintain code readability. You can learn more about automatic class sorting with Prettier in this Tailwind CSS blog post.
I hope you find it useful! 😄 Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1@MR-b7rPosted about 1 year ago@MelvinAguilar I'm really appreciate this feedback ! You helped me a lot ⬆️
1 - The use of three links in the HTML file, including
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