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

  • pettik 580

    @pettik

    Submitted

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

    I’m most proud of successfully creating a responsive recipe page using HTML and CSS. I designed the layout, incorporated fonts, and ensured it displays well on various devices.

    Next time I would like to try coding the page with Tailwind CSS. Overall, I’m proud of my achievement, but I’m always eager to learn and enhance my skills.

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

    I take pride in successfully creating a responsive recipe page using HTML and CSS. Furthermore, I intend to explore CSS preprocessors such as Sass to optimize my stylesheets and ensure easier maintenance. In summary, I feel a sense of accomplishment, yet I remain committed to continuous learning and skill improvement.

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

    If there are any opportunities to enhance the semantics of my code (such as using more appropriate HTML elements), I’d love to learn more. Also I’d like assistance in making my page more accessible. Suggestions for adding ARIA attributes, improving keyboard navigation, and enhancing alt text for images would be great.

    @TheEdaL06

    Posted

    You have a perfect code, it will help me to correct mine a lot.

    1
  • CHarvey820 190

    @CHarvey820

    Submitted

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

    I felt much more confident on this project, and I only referenced my own code from previous projects.

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

    I didn't really have any issues with this one, just a few flexbox things I needed to refresh on.

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

    I'm open to learning about any better ways to manage the structure of my HTML components.

    @TheEdaL06

    Posted

    Very good code, I didn't know I could set the thickness of the fonts as well as the colors.

    0
  • @msa-sitare

    Submitted

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

    I used .card { transition: .3s; } for the hover state for better ux. I'm happy to learn that.

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

    Figuring out paddings and margins was a little bit tricky. I used Prettier plugin to tidy up my code, I'm not sure I liked how it separates some HTML element syntax, I think I'll get used to it with time.

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

    @TheEdaL06

    Posted

    I like the way you have the code, I did not know that transition. It's nice!

    0
  • @pioDer-vgy

    Submitted

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

    i think everything is fine

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

    there was nothing that i didn't practised before

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

    text formating in css i guess

    @TheEdaL06

    Posted

    As a recommendation so that the scroll bar does not appear, I would put a 0 margin to the body so that when the full height of the page is set, it does not create an extra pixel and the scroll bar appears on the right.

    Another thing you could look at is the colour of the paragraph, it doesn't have the right colour which would be Grayish blue: hsl(220, 15%, 55%), you have set the same colour as the background. You could also try to play with the margins of the paragraph so that it is not too far away from the title.

    Marked as helpful

    1