@skyv26
Posted
Hi! Alex, your design is good but have some issues too. I am going to put light on issues and have some suggestions for betterment.
- Your button is looking little bit weird I mean border, in change text you had to use anchor tag instead of button you can also clearly see that there is subtle difference in your design and preview design.
Solution1
Add below lines to make to look like similar to design preview
background: transparent;
border: none;
text-decoration: underline;
OR
Solution 2
instead of button use anchor tag for change text.
- On proceed button set
border: none;
, it will make your button looks good.
Overall Good Work but can be improve little bit and my above suggestions might be helpful to you.
Good Luck
Marked as helpful