Skip to content

Commit

Permalink
Add padding to add-book div
Browse files Browse the repository at this point in the history
  • Loading branch information
wayungi committed Jun 29, 2022
1 parent bb1b91d commit 68f6770
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<div class="books-container">
<div class="heading"><h1>All awesome Books</h1></div>
<div class="book-list" id="booklist"></div>
</div>

<!-- add book intarface -->
<div class="add-book">
<form>
<div class="title">
<input type="text" placeholder="Title" id="title" />
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@ footer{
bottom:0;
text-align: center;
}

/* add book page style */
.add-book {
outline:1px solid black;
padding:50px 0;
}

0 comments on commit 68f6770

Please sign in to comment.