Submitted over 3 years ago
Intro-Component-With-Signup-Form-Master with HTML., CSS and JS
@Saibramarambika
Design comparison
SolutionDesign
Solution retrospective
All the Feedback and errors and accepted.
Community feedback
- @afrusselPosted over 3 years ago
Hi Saibramarambika
- There is proplem in your CSS. Using padding for alignment and spacing which is not necessary for all places. Using
flexbox
you can easilly cneter the elements. More over there is no media query for responsive support. - Found problem in form js too. For the first time after vist the site without put any data on field just press the submit button then the error messages blink first time then gone. Just remove
?#
from your url to produce the case.
Marked as helpful0 - There is proplem in your CSS. Using padding for alignment and spacing which is not necessary for all places. Using
- @palgrammingPosted over 3 years ago
On your
bottom
div that your form inputs are in you should putdisplay: flex; flex-direction: column; align-items: center;
so the inputs will be centered in their container on the page
Marked as helpful0 - @ChamuMutezvaPosted over 3 years ago
Greetings Saibramarambika
- this site in not responsive
- the inputs fields are disabled after pressing the button. You can no longer enter data after that.
- your image urls are a bit long and complicated - it is easy to link to images in your local folder
Marked as helpful0
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