diff --git a/lets_code.md b/lets_code.md index be998df..8054365 100644 --- a/lets_code.md +++ b/lets_code.md @@ -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).