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?

    This time I did it without peeking at tutorials (ok, maybe once to find mix-blend-mode property).

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

    I didn't know how to make transparent text in buttons, then I found mix-blend-mode property.

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

    Can my CSS code be cleaner or simpler? In media queries I reset the border radius and then declare new values for different corners. Is this correct?

  • Submitted

    Blog preview card

    #bem#sass/scss
    • HTML
    • CSS

    0


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

    I used custom properties so code is more consistent (I think).

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

    I’m not doing too well with handling images in css.

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

    The main image in design preview is a bit higher on mobile layout than in my solution. It's cropped on the sides, so aspect ratio is different. Is there any way to achieve the same effect without cropping source image in e.g. Photoshop? Another thing - I'm not sure if I used BEM metodology right (particularly card__author section). And one more thing - I didn't nest anything in css because I read somewhere that this makes the code easier to read. Is that true? I love nesting and I'm a little disappointed ;)

  • Submitted

    QR code component

    #bem#sass/scss
    • HTML
    • CSS

    1


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

    This is the first time I'm publishing code anywhere :)

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

    Im not sure if my html is semantically correct.

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

    I really don't know how to control line of text. I used max-width: 25ch to limit lenght of text but I don't know if it is done right. Is h2 semantically appropriate for a component header?