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

All comments

  • konji85 80

    @konji85

    Submitted

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

    becoming faster in completing the tasks. getting familiar with the concepts of the styling.

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

    coverting the desing from desktop to mobile size. used @media but i need more practice with it. also the style sheet is messy. i need to develop the styling more efficiently

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

    responsiveness of the page

    @Ephy-kimotho

    Posted

    Hi @konji85, I would recommend learning semantic HTML5 W3schools, for example your

     <div class="container">
    

    could be a main element and the other divs like

    <div class="nutrition">
     <div class="instructions">
    

    could be section elements.

    0
  • @Ephy-kimotho

    Posted

    Hi, @FernandesLR your implementation is good, but next time should check on the spacing of your elements so that they don't stretch out.

    0
  • @lkeating26

    Submitted

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

    I learnt a little about custom properties.

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

    I learnt about google font files and got them in file format woff2.

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

    I'd really appreciate any helpful feedback.

    @Ephy-kimotho

    Posted

    Hi lkeating26 I like the way you structured your code.

    1
  • Hidaya V 10

    @Hi-da-ya

    Submitted

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

    I am proud that I was able to complete this first challenge

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

    I faced challenges in styling the divs but I overcame it through research on CSS

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

    I would like help with centering the contents

    @Ephy-kimotho

    Posted

    Awesome work Hi-da-ya, but your site isn't quite responsive you might want to look into that. Try learning CSS Flex-box or CSS grid they are useful when it comes to centering divs and responsivity. You can try both and later choose your preference.

    Marked as helpful

    1