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

  • Gakii• 450

    @G-Gakii

    Submitted

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

    Grid usability without difficulty

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

    JSON data uploading to HTML—still learning

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

    How to upload data from json to html.Any material to learn I will appreciate

    Olaniyan Kafayah• 280

    @olaniyan18

    Posted

    kindly check youtube videos on how to upload .json data to html, nice work!

    0
  • Dimitri V• 370

    @Dubidimi

    Submitted

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

    ok

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

    ok

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

    ok

    Olaniyan Kafayah• 280

    @olaniyan18

    Posted

    Amazing!!, try setting height to 100vh on the body tag

    1
  • Olaniyan Kafayah• 280

    @olaniyan18

    Posted

    Amazing work!, try setting height:100vh on the body tag

    0
  • Olaniyan Kafayah• 280

    @olaniyan18

    Posted

    looks good!, try using height:100vh on the body tag

    Marked as helpful

    0
  • Mauricio• 120

    @Lucknagh

    Submitted

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

    I had a lot of difficulty adjusting the middle card and using flex in the most organized way among all of them, but thank you for persisting and trying in different ways until I managed to gradually get the code right.

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

    If you have any feedback on the code, what I can improve for the next one, even on responsiveness, thank you for your help.

  • Olaniyan Kafayah• 280

    @olaniyan18

    Posted

    try to center the div by using height: 100vh, display: flex, justify-content: center, align-items: center

    0
  • matt2282• 310

    @matt2282

    Submitted

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

    Creating the hover elements required me to learn about buttons and how I can change certain elements on the page when I hover over objects.

  • Shine• 60

    @shinechn

    Submitted

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

    without others help, I achieve it roughly.

    too much css selectors used, look another way to simplify the css code.

  • Jonas Fiedler• 30

    @jefiedler

    Submitted

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

    The most difficult thing was to write vanilla CSS, as I usually only use tailwindCSS. In addition, there were a few positioning problems with CSS.

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

    The writing of vanilla CSS. The solution was to just try it out and read in the documentation how to use what.

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

    I would like to understand why I have to set the height and width of the body to 100%, whereas I have already set the HTML to 100vh and 100vw.

    It may seem a bit ridiculous, but CSS has never been my strong point, it's more of a try and hope it looks good.