Merge pull request #15 from shadowmaru/patch-1

Changes class 'filter' from main to nav
This commit is contained in:
Micah Godbolt
2019-02-26 14:22:52 -08:00
committed by GitHub

View File

@@ -30,9 +30,9 @@ As we saw in the previous demo, HTML elements can be used to describe different
<header>
<h1></h1>
<div class="addTodo"></div>
<nav></nav>
<nav class="filter"></nav>
</header>
<main class="filter"></main>
<main></main>
<footer></footer>
</body>
```