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 think I am most proud of finishing this in less than 3 hours while making it a little close to the source, and the fact that I managed to make it responsive using just Flexbox. I think I would try grid or use plain CSS then implement media queries just to enhance more on my basic skills

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

    I encountered a lot and took time to research on Google / Stack overflow. These mostly involves importing font faces or true type font templates, adding svg images, and then using webp! It's the first time I encountered and used the picture and source tags...

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

    I'm open to learning other perspective or better solution which may help in making my script better in terms of readability.

    Also, in terms of how I displayed the images, I'm still not sure if using the max-width so it doesn't overflow and setting a fixed size on its container is the best solution in that aspect. If anyone could help me figure out how to better set the size of my card to match the original.. how can i figure which max-height or max-width would be best set?

  • Submitted


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

    This time I was able to utilize something I learned recently which is Flexbox and the use of other units of measurement which really made things easier compared to using fixed width and so on. I think if I were to improve on this again, I would try using the Grid version!

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

    I think what I encountered this time is the image? It wouldn't fit the container / card so I had to use max-width: 100 to fit it in there, but I'm not so sure if that is the correct solution.

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

    I am not so confident if I did well so any feedback in terms of how I fit the items or the use of flexbox would help :) thank you!

  • Submitted

    HTML, CSS

    • HTML
    • CSS

    2


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

    I think I am most proud of the fact that I was able to make the simple design from scratch (in terms of styling) provided the asset..

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

    Mostly with setting the box on the middle. I always find setting a particular element on a position challenging. After a lot of trial and errors, and making use of my existing knowledge on CSS, I was able to come up with the final outcome.

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

    I was able to copy the design but I really think it can be improved on especially with setting the position of the box in the middle as I'm not sure if my solution to that is even correct..