Design comparison
Community feedback
- @malek-btPosted over 1 year ago
Hey !, how are you ? I really liked the result of your project, but I have some tips that I think you will enjoy:
1.Use the <form> tag instead of using <div class="email"> ; The <form> tag is used to create an HTML form for user input. The <form> element can contain one or more of the following form elements: <input> <textarea> <button> <select> <option> <optgroup> <fieldset> <label> <output>.
2.Implement the mobile first approach.
3.Instead of using pixels in font size, use relative units of measure like rem or em. The font size in absolute length units (px) does not allow users with limited vision to change the text size in some browsers.
The rest is good, I hope those tips will help you! 👍
Marked as helpful1@balbir-25Posted over 1 year ago@malek-bt Thank you very much for suggestion its very helpful. As we here to learn and help each other.
1
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