Matt V.
@mv805All comments
- @ponhuang@mv805
You should be using a <button> element for all buttons, not <a>, <div> or anything else simulating button functionality. Then the text will be nice and centered by default.
- @docuong0912@mv805
When the screen expands to ~1700px, the divider no longer centers and sticks towards the left side.
- @SaiKrishna3851@mv805
Hello and good job. A couple of observations-
- The buttons should invert colors when hovered over, not drop a shadow. See the reference pictures for an example.
- The outside corners should have radii. This means that they will switch locations when you transition from mobile to desktop.
Marked as helpful