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 felt good this time to use global values, since the design has many sections with similar styles I think it was beneficial not to repeat code.

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

    I think there must be a better solution to overflow the image of its parent container in its mobile version, I used a media querie with different styles, but I feel it's a bit forced.

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

    On this occasion I would like information on how to handle the images, inside your container I have good notions of how it works, but it was complicated to overflow the image in different resolutions.

  • Submitted


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

    This time I wasn't lucky enough to have the figma file, so I did everything by eye, using paddings, margins, font-sizes, etc.

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

    not having professional design references, I feel that I used spacing values in an ambiguous way, as well as the font-size of the letters, the design was responsive, but the CSS organization is not quite right. I feel that I could be repetitive with some values and I didn't find the way to group them.

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

    Mostly with CSS organization as well as HTML semantics.

  • Submitted


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

    I liked the use of flexbox for the layout from the container to the child elements, sectioning with BEM.

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

    In the author element, I found that I could not reduce the size of the image with flex-shrink. I solved it by putting the image in a and it could be reduced without problems.

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

    I would like help with CSS structure. I use Flex and utilities, but I am not clear if I have omitted some good practice or if it can be optimized in some way.

  • Submitted


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

    To have understood the basic elements of html and css. In retrospect, in the future I would like to improve my semantics and my understanding of css as well as a better handling of style guides and organization.

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

    The biggest challenge was to follow and think about how to position the elements in a clear way, to see where to put extra elements and where to remove them to make the layout easier.

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

    I would like to get some advice on good css handling, in case I have repeated myself or have not used a good practice.