Changes class 'filter' from main to nav

This commit is contained in:
Ricardo Shiota Yasuda
2019-02-26 19:05:37 -03:00
committed by GitHub
parent 7f84d5c961
commit dae34d7db2

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>
```