@MojtabaMosaviSubmitted almost 4 years ago
Any feedback is deeply appreciated.
Any feedback is deeply appreciated.
I agree with phonzdev, you should definitely use <ul>
for more semantic meaning, but you could also use just <br>
in this one.
Also, I noticed that the "Sign Up" button still has the inherit border of browser, to avoid that, use border: none
. The button appearance will be definitely way better.
Nice solution.