Skip to content

Commit 150cf32

Browse files
committed
Reformating the nested elements inside the 'header tag'
1 parent 2c5fb26 commit 150cf32

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<header>
1111
<div id="page-banner">
1212
<h1 class="title">Bookorama</h1>
13-
<p>Books for Ninjas</p>
14-
<form id="search-books">
15-
<input type="text" placeholder="Search books..." />
16-
</form>
17-
</div>
18-
</header>
19-
<div id="book-list">
13+
<p>Books for Ninjas</p>
14+
<form id="search-books">
15+
<input type="text" placeholder="Search books..." />
16+
</form>
17+
</div>
18+
</header>
19+
<div id="book-list">
2020
<h2 class="title">Books to Read</h2>
2121
<ul>
2222
<li>
@@ -41,8 +41,7 @@ <h2 class="title">Books to Read</h2>
4141
<input type="text" placeholder="Add a book..." />
4242
<button>Add</button>
4343
</form>
44-
45-
</div>
44+
</div>
4645
<script src="app.js"></script>
4746
</body>
4847
</html>

0 commit comments

Comments
 (0)