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

  • @prakha

    Submitted

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

    I am proud that i an able to see figma and able to make an exact copy of that through programming

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

    challenges that i encounter were in flexbox and how to conatinerizes the application

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

    on box model

    P
    kwoitecki 200

    @kwoitecki

    Posted

    Good work! The only thing missing are the black sidelines.

    I initially started with the box-shadow property, but ended up setting each side separately using the css-border property.

    .container {
      border-left: 1px solid hsl(0, 0%, 7%);
      border-top: 1px solid hsl(0, 0%, 7%);
      border-right: 8px solid hsl(0, 0%, 7%);
      border-bottom: 8px solid hsl(0, 0%, 7%);
    }
    ``
    
    0
  • @PatrickMonteron12

    Submitted

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

    I'm proud of myself because i keep on learning

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

    i've been stuck in phase on the

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

    On writing a code efficiently

    P
    kwoitecki 200

    @kwoitecki

    Posted

    The solution looks great. Technically, there is a minor difference in height, but compared to my solution, yours looks much better.

    Regarding accessibility, I received a warning because I didn't use a <main> section nor <h1>.

    Technically speaking, I'm not able to judge the CSS.

    But all in all, it's a good solution. It looks fine to me.

    0