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 solutions

  • Submitted

    Recipe Page

    • HTML
    • CSS

    1


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

    In this project I learnt the ways in which I could customize lists and change their styles.

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

    This challenge took me a bit longer to complete than the others I have done so far, but I find myself becoming more comfortable with using raw CSS. I'm excited to continue developing my knowledge and skills, and I'm hoping to utilize frameworks such as Bootstrap or Tailwind in my projects soon.

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

    Feedback, tips and tricks would be greatly appreciated

  • Submitted


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

    Along the way of doing this project, I learnt a bit more about other CSS selectors that I implemented in setting the font-weight of all the span elements, except for one as shown in the CSS snippet below.

    span:not(.small-description){
        font-weight: 600;
    }
    

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

    With this project, I challenged myself to use the px measurement as little as possible, opting instead for relative units for margin, padding, font-size, etc. Rem and em were measurements I had not fully grasped before, but I now have a better understanding of their usage.

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

    Any feedback, tips or tricks would be greatly appreciated.

  • Submitted


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

    I'm proud of how, despite it being a bit frustrating, I kept on going at it till I completed the challenge. Nonetheless the process was great and seeing the end result was even more satisfying and encouraging.

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

    I faced challenges with making sure the image fit in the div I had created, as well as aligning the elements in the properly as it was in the given image. I then realized that I was lacking an understanding of the CSS box model, so I found a YouTube video explaining on that topic and everything just clicked, and I finally completed the challenge.

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

    Any feedback on anything I could have done better is welcome.