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

  • @The-BoxHead-Guy

    Submitted

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

    The creation was made straightforward after resetting the complete layout of the project using:

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    

    I'd start with this preset in the next project in order to control better the dimension of any visualization

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

    When the position of each element within the card weren't completely symmetric among them, however; after using display: flex the arrangement of the elements inside of the containers were easier to measure, and arrange.

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

    I'd like to have a better approach about how to implement SVG in future projects and how would it be straight and easy to stylize them.

    @vincentwilliamrodriguez

    Posted

    Hello Jhon! Your solution looks neat and organized, especially with the use of BEM. It matches very well with the original design. As for the index.html file, you seem to have used the <svg> tag for displaying illustration-article.svg. This tag can be helpful if you want to customize the svg directly from the editor, but you may also want to use the <img> tag instead for simplicity purposes, like this:

    <img src="assets/images/illustration-article.svg">

    Other than that, great job!

    Marked as helpful

    0
  • @JohananOppongAmoateng

    Submitted

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

    I would probably not rush and think things through

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

    Getting the elements to center

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

    Responsiveness Centering the container for the qr code image

    @vincentwilliamrodriguez

    Posted

    Hi Johanan! Your code is well-written, and it matches the design quite well. It would be nice though to have a box-shadow around the container. Other than that, good job!

    0