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 solutions

  • Submitted


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

    i used var local scope vars for colors as kevin powell suggests https://www.youtube.com/watch?v=_2LwjfYc1x8&t=1s

    pretty cool)

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

    i wanted to have 3 columns with 1, 2, 1 items in them with a single row. for mobile - just stack them on top of each other, for desktop - just present them as columns.

    however, i couldnt make 3 columns with different amount of rows in each one.

    so i have just 2 central items in subcard container. next time i would like another attempt for solution without subcard container.

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

    colored border radius on top of cards have tiny curve that i would like to get rid of. any ideas, guys?

  • Submitted


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

    Clean html, CSS Grid gaps, pretty simple media query

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

    list-style for ol with ::marker was quite tricky. Workaround with tag which is always first worked - it is not really clean, but works fine.

  • Submitted


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

    Nice responsiveness till ~200px, no media queries or harcodes. Img width with % seems like nice idea

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

    Vertical+horizontal center with flex still shrinks div.profile a little bit, need deeper understanding of flexbox

  • Submitted


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

    CSS Grid awesome even for small elements like userpic and username. Not only for page layout.

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

    I am not really happy with card on viewports smaller than 375px.

    It starts to shrink but slower than needed to prevent overflow. Could not find a solution in this iteration. Can somebody point me in right direction?

  • Submitted


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

    CSS Grid awesome even for small elements like userpic and username. Not only for page layout.

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

    I am not really happy with card on viewports smaller than 375px.

    It starts to shrink but slower than needed to prevent overflow. Could not find a solution in this iteration. Can somebody point me in right direction?

  • Submitted


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

    Well, fixed width of img and .card-text seems not very responsive. However, you can notice it only on viewports less than 320px, so technically it's fine.

    Flexbox is cool:)

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

    h1 font looks a bit different in figma than on html although all properties of typography seems the same. Why is that or I am just crazy and they are the same?

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

    Flexbox children behave like inline-block - no newline and minimum width possible? Are there any differences/details ?