mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Changes class 'filter' from main to nav
This commit is contained in:
committed by
GitHub
parent
7f84d5c961
commit
dae34d7db2
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user