-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Business site project #384
base: master
Are you sure you want to change the base?
Conversation
Please create a README-file where you put your Netlify link 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No readme file, add that and your netlify link
Updated readme and pasted my netlify link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
You are meeting all requirements.
In the future, make sure to not add any styling in the html file - put it into the css instead.
In the css it looks like all the texts are using font-family sans-serif. If you have these rules, you can put them on the whole body instead. Same goes with other styling that is repeated. Remember DRY coding is the best.
<input type="email" id="email" name="email" placeholder="[email protected]" required> | ||
<br> | ||
<br> | ||
<label style="margin-left: 10px;"> How would you like to be contacted?</label> <br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the styling in the css file in the future. No inline styling ❌
This is my business-site project