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

  • @MikeCook9994

    Submitted

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

    I think it could be very easy to overcomplicate this flexbox or grid. I stuck with default block layouts and accomplished things pretty simply. The downside to this choice is that I had to deal with margins which has left me with a lot of somewhat ugly selectors to handle margins correctly. I should probably being using many more classes to help me get rid of those ugly selectors.

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

    I struggled a lot with the image. I deduced early that the max width of the banner image was exactly 50% of the size of the image that was given. This led to me trying to figure out some way to set the image's initial size to 50% of itself without using javascript or modifying the original image. This was a complete overcomplication of an otherwise simple problem.

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

    One annoying part of a standard block layout is that you have to be awfully particular about margins, most often top margins on :first-child elements and bottom-margins on :last-child elements. I'm curious if there's a good way to simplify this without resorting to classes. While classes are great, I would take the trade of some uglier css selectors if I can add and remove content from my markdown without having to both with making sure the correct css classes are set.

  • @Saigecode

    Submitted

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

    i was able to learn from past challenges and successfully implemented it into this particular one

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

    no challenges

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

    responsiveness without bootstrap or tailwind

    @VasanthakumarB

    Posted

    give me some for in my code

    0
  • @kumarlalit53455

    Submitted

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

    I have learned to use hover and box shadow.

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

    NA

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

    NA

    @VasanthakumarB

    Posted

    what is object fit attribute in css

    0
  • Benjamin 30

    @bra-Ben

    Submitted

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

    I'm proud that I've been able to build the exact copy of the project. Secondly, I have a greater understanding of Flexbox now.

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

    The main challenge was how to resize the QR image in its container.

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

    I need help with how to get image to remain in the container when resized