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

  • Erick Cuevas• 150

    @eCuevasCeballos

    Posted

    I think you did very very well.

    If you thought it was not easy to make your project responsive I suggest you make a mobile-first design approach, for me, this has helped me a lot when building responsive websites.

    You can check more about this in: https://xd.adobe.com/ideas/process/ui-design/what-is-mobile-first-design/

    Happy coding!

    0
  • Erick Cuevas• 150

    @eCuevasCeballos

    Posted

    It was a very nice try.

    Next time you can use classes in every html label, for example:

    <h1 class="Name of the class">Content</h1> This is a good practice for development, you can check more about this in: https://www.w3schools.com/html/html_classes.asp

    Also, it is easier to build this type of components by using a combination of flexbox and CSS Grid, it would help you to build layouts a lot faster. https://developer.mozilla.org/es/docs/Web/CSS/CSS_Grid_Layout

    Happy Coding!

    Marked as helpful

    0