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

display flex

@elekviktor32

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Alex 3,130

@Alex-Archer-I

Posted

Hi!

Good work, just a couple of things to fix.

The image on the remote server is not loading. Try add a dot to path of the src - src="./assets/....

And fonts aren't applied as well. Guess it's cos you don't define it as a string. I mean

Like that

@font-face {
  font-family: "outfit";
}

Instead of that

@font-face {
  font-family: outfit;
}

Hope that helps =)

0

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