Design comparison
Solution retrospective
I'm proud of the way I took my time to create my first website page.
I'd make to sacrifice more time to projects like this.
What challenges did you encounter, and how did you overcome them?Aligning the page card gave me a little challenge but I was able to overcome it by seeking help from those online.
What specific areas of your project would you like help with?The last part, that is, the table part.
All feedbacks are welcome.
Community feedback
- @beowulf1958Posted 25 days ago
Congratulations on completing your first webpage. You have made a very good start.
However, your fonts are not loading. This is because the
font
style does not accept urls. This article will explain.To load local fonts, you will need to use
@font-face
. This article will show you how.The text
Simple Omelet Recipe
is a <h1> not a <p>. Also, <h3><b></b></h3> don't go together; the h3 is already bold, the <b> is redundant.In order to fix the last part (the table) you need to remove all the text5, text6, text7, text8 styles because the are not working. Add the following instead:
table { width: 75%; margin: 0 auto; }
This will fix the table. Hope this helps.
0
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