Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 7 months ago

Recipe Page

tailwind-css
newJSHacker•90
@laravue-18
A solution to the Recipe page challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I'm proud of how I used Tailwind CSS throughout the project, and I'm especially happy with the way I customized the list styling to achieve a unique look.

What challenges did you encounter, and how did you overcome them?

Customizing the list styling was challenging because Tailwind CSS doesn't provide utilities for custom list markers out of the box. To solve this, I combined Tailwind's utility classes with custom CSS. I used CSS variables to control the color dynamically and applied custome counters for decimal lists and custom bulltes for disc lists. This approach let me keep the styling consistent and flexible by leveraging Tailwind's @apply alongside traditional CSS for the ::before pseudo-elements.

What specific areas of your project would you like help with?

I would appreciate feedback or advice on how to further optimize my custom list styling approach using Tailwind CSS and CSS variables.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on newJSHacker's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License