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

  • david• 120

    @davidtrikic

    Posted

    Nicely done! No, you don't have to use them. It is even better to avoid them if you can, by using mobile first Flexbox or Grid, so the page elements can adapt to any screen size.

    Few tips on this project:

    • You can use some vertical margins on elements to get more height overall and to get closer to the original design
    • "Proceed to payment" button will be better if you set "display: inline-block" on it (it breaks on very small screens) and remove the set width

    Happy coding!

    Marked as helpful

    0