Skip to content
Submitted about 2 years ago

Simple Recipe main page using html(tables and lists) and CSS

LVL 2
Riska997110
@Riska997
A solution to the Recipe page challenge

Solution retrospective


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

1.I am most proud of my implementation of the responsive design aspect.

2.It was interesting to learn how to use media queries effectively and ensure the web page looks good on various devices.

3.Next time, I would focus on using links to join different pages so that more recipes can be added.

4.I would also use JavaScript to add more interactivity to the project, such as implementing a feature to customize the omelette recipe based on user preferences.

What challenges did you encounter, and how did you overcome them?
  1. The challenges I encountered were: aligning the table cells in the nutrition section properly and indenting the Preparation time code.

  2. I initially struggled with CSS styling to achieve the desired layout.

  3. However, after researching and experimenting with different CSS properties, I was able to resolve the issue by :

  • Ensure that the table has equal columns by using width: 100%; and border-collapse: collapse;
  • Creating a class indented list and styling it with padding so that there are tab spaces.
What specific areas of your project would you like help with?

Any feedback on how to further improve this webpage is welcome.

Code
Loading...

Please log in to post a comment

Log in

Community feedback

No feedback yet. Be the first to give feedback on Riska997’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