#Demo on HTML, JavaScript, and CSS
- Created GIT repository
- Cloned git repo locally and changed directory (cd) to the local folder
- Created HTML
- Created CSS
- Created JavaScript
- Commit and push the changes to GitHub
From the repository root folder do the following to push changes to the remote repository
git add . || git commit -m "commit message" || git push
- Additional changes conducted to html and css code - font and background adjustments