Skip to content

hstatsep-wd/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

  1. Click the green Code button on this repo and use the SSH tab to copy the URL, then paste it into your terminal using the following command:
git clone PASTE_YOUR_URL
  1. Do the following command using YOUR repo name:
cd hello-world-YOUR_USERNAME
  1. Add the following code to your index.html
<h1>Hello World</h1>
  1. Add the following code to your style.css
h1 {
    color: red;
}
  1. Use http-server to preview your index.html to make sure it works!

  2. In order to push your code to Github, copy/paste the following code into your terminal. Make sure you press enter after the last command.

git add .
git commit -m "update repo"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages