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


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

    I used the grid layout for the first time and it took some effort to adjust to it.

  • Submitted


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

    the margins were a bit tricky and I had to do a lot of trial and error to be as close as possible to the desgin. but I think I did well

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

    the code is not clean and i am sure there are more efficient ways to improve it

  • Submitted

    Recipe page

    • HTML
    • CSS

    1


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

    I did a good job assigning classes to the HTML components, and deciding which elements should share a class and which should have their own. This made the styling consistent and efficient. However, I kind of winged it when styling the table at the end of the CSS.

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

    The last part of the page contains the nutritional values. I asked at the discord and some people advised that I use a table...This was the first time I ever heard of a table in HTML so I had to research it and research how to style it on a whim it was a bit tricky and frustrating but it did the job.

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

    I didn't check how the website preforms at different screen widths and on phones. Actually, I never thought of phone functionality when I did the last challenges...I belive I should start looking into how to make my websites accessible to phones but Idk how to start so advise is pretty much appreciated. I also belive that my code isn't super clean and I did a lot of things that could be considered "hacks" and actual solutions. I would appreciate it if someone pointed out the faults and suggested better ways.

  • Submitted


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

    I feel like my code is a bit bloated and I feel like there is a way to make it a lot neater. and the sizes of the fonts and the margins are all over the place for some reason

  • Submitted


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

    I tried writing the text as "span" elements but I learned that spans are inlined and can't do margins so the spacing was weird. Now I know to use the p tag instead if I want to define margins.