This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Completed Week 1 and 2 exercises#54
Open
A-Meri wants to merge 23 commits intoCodeYourFuture:masterfrom
Open
Conversation
tekul
reviewed
Feb 19, 2019
Member
tekul
left a comment
There was a problem hiding this comment.
Very good work, Ahmed. your code all looks fine. Just be careful about committing (use git status and git diff) to make sure you only add the files and changes you want in a commit.
| 10 error missing script: index.html | ||
| 11 error If you need help, you may report this error at: | ||
| 11 error <https://github.com/npm/npm/issues> | ||
| 12 verbose exit [ 1, true ] |
Member
There was a problem hiding this comment.
Make sure you don't add unwanted files like this npm log by mistake (this is why using git add . is a bad idea).
| </body> | ||
|
|
||
| <footer></footer> | ||
| </html> |
Member
There was a problem hiding this comment.
Should this be in the html-css-git-exercises repository?
|
|
||
| .messages .message__content { | ||
| line-height: 3; | ||
| } |
| Gluten Free | ||
| </label> | ||
| </fieldset> | ||
|
|
Member
There was a problem hiding this comment.
The checkboxes should usually have a name attribute and also a value if the form is intended to be submitted to a server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.