Design comparison
SolutionDesign
Community feedback
- @TechNechPosted over 2 years ago
Hi, good work. I would like you to give you a few suggestions:
- Start using
flex
to align and adjust the content on yourbody
, which will make your life much more simpler. - You should remove
margin
from.BoxTitle
and addalign-items:center;
in yourbody
, which will center your.BoxTitle
on cross-axis. - In your
.centerTextPurple
you only needmargin-bottom: 2rem;
, remove theleft and right
margins. - In
.BoxTitle
, changefont-size:
to 4rem; - Work on your JS, e.g: Entering a correct email display's the error text and icon.
Also try working on the width of the
input
in theform
.Happy Coding! Take care.
0@t0uuPosted over 2 years ago@TechNech Hi, thanks for is feedback. I appreciate it very much. then I will make the change in what you tell me. I didn't take those mistakes into account,
Happy coding! Take care
0 - Start using
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord