@etblinkSubmitted about 3 years ago
Any constructive criticism would be greatly appreciated.
Any constructive criticism would be greatly appreciated.
Nice attempt, but there are some little issues with your layout. Firstly, checking your HTML code, I noticed your "proceed to payment" button was outside your order class which is one of the reasons the button extended outside your card component. Secondly, I think it's best to let the HTML elements and styles define the height of your card before you assign a custom height, this should prevent elements from overflowing or overlapping each other, and also in this scenario, a section tag would be a better HTML semantic to use compared to an article tag. Aside these, your design is pretty good. Welldone.