Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Omelette Recipe Page using Tailwind CSS

@robbiedob21

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


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

I learned how to use the tailwind.config.js file to extend font families, as well as import local fonts into a project using @font-face

fontFamily: {
  serif: ["young-serif", "georgia"],
  sans: ["outfit", "verdana"],
}
@font-face {
        font-family: 'young-serif';
        font-style: normal;
        src: url('../assets/fonts/young-serif/YoungSerif-Regular.ttf') format('truetype');
    }

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

Googling the problems as I encountered difficulties I found these articles that helped me.

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

I found that I need to continue learning the pseudo code in Tailwind CSS to increase the possibilities in my creations.

Community feedback

Please log in to post a comment

Log in with GitHub
Discord logo

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