Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lets_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Your first task is to create red and green blocks using HTML and CSS, and push y

Let's [publish your code to a website](publish-your-code-to-a-website.md) using GitHub Pages, so that you can easily demo your work.

Add a file called `index.html`. Inside it, make a list of links to the pages you made from task 1, 2, and 3. Add some CSS to make it look more interesting. You might want to look at [list-style](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style) and [list-style-type](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type). In `index.html`, add links to `task1.html`, `task2.html`, and `task3.html` at the bottom of the page.
Add a file called `index.html`. Inside it, make a list of links to the pages you made from task 1, 2, and 3. Add some CSS to make it look more interesting. You might want to look at [list-style](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style) and [list-style-type](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type) to change the list styling. At the bottom of the `task1.html`, `task2.html`, and `task3.html` pages add a link back to `index.html`.

Let's learn a bit more about another part of git: [ignoring files](gitignore.md).

Expand Down