@AbdurRaheemCSubmitted over 2 years ago
Chris Jones
@leekAll comments
- @leekPosted over 2 years ago
- Avoid using
id
attributes. Useclass
for styling when possible. - You use a mix of Capitalized and camelCase throughout your code; try to stick to one format.
<br>
tag after#paymentBtn
should be removed and positioning should be done with CSS.- "Cancel Order" button's background hangs over the drop shadow of the button above it.
- Avoid specifying width/height/margin in
px
unless absolutely necessary.
A few small issues but otherwise it looks good. A few minor differences from the original design.
Marked as helpful0 - Avoid using