Git Intro Challenge

  1. Fork this repo and clone it down to your machine.
  2. Clone the forked repository to your laptop in your repos directory
  3. Change the colour of the welcome title from black to blue. Hint: check the style tag (CSS)!
  4. Let's tell Git about this change: Add the file & then commit with a meaningful message.
  5. Our repo has been updated! Let's share the update: Push the latest back to GitHub.
  6. Update the introduction content and repeat the process (add, commit, push).