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

  • @SergioCasCeb

    Submitted

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

    Without proper design guides (Figma file in this case), I tend to add to many arbitrary values for spacing, font sizes etc. So for this challenge I did my best to keep them as simple and reusable as possible.

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

    Since I try to always center the components in the screen, I use either flexbox or grid, and I tend to forget that when doing that sometimes the children components do not have a width of 100% by default, so I took me a good 3 minutes trying to figure out why my component was not expanding.

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

    Nothing in specific but any feedback is appreciated.

    @ZeroOne00001

    Posted

    Setting min-width would be better for component reuse

    0
  • j5ur3tt3 20

    @j5ur3tt3

    Submitted

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

    The design of the card was neat. I enjoy those small projects. I also had fun working on the black "shadow", and I am curious to see how others came up with a different solution.

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

    The superposed divs with a different z-index was hard to find.

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

    Help with css in general would be great.

    @ZeroOne00001

    Posted

    for the black shadow you could just add shadow to the card-container using css box-shadow property, I used these value for

    box-shadow: 10px 10px 0 #111111;

    and for active hove effect

    box-shadow: 20px 20px 0 #111111;

    0
  • Afong 20

    @Afonguwu

    Submitted

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

    proud:finished by myself do differently next time:start styling after setting base style

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

    I think nothing

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

    I want to know how professional engineer will do for position card block in real project