Commit dd9964ea authored by KaoruSawade's avatar KaoruSawade

Implemented 'add books' and 'add authors' buttons in the home page

parent 923797b1
...@@ -15,5 +15,9 @@ ...@@ -15,5 +15,9 @@
<li class="navbarItem"><a href="/books">Books</a></li> <li class="navbarItem"><a href="/books">Books</a></li>
<li class="navbarItem"><a href="/authors">Authors</a></li> <li class="navbarItem"><a href="/authors">Authors</a></li>
</ul> </ul>
<ul class="navbarList">
<li class="navbarItem"><a href="/books/add">Add Books</a></li>
<li class="navbarItem"><a href="/authors/add">Add Authors</a></li>
</ul>
{% endblock %} {% endblock %}
...@@ -32,7 +32,7 @@ a:hover { ...@@ -32,7 +32,7 @@ a:hover {
background-color: #2f2e2e; background-color: #2f2e2e;
} }
.navbarItem{ .navbarItem{
font-family: "Courier New"; font-family: "Courier New";
float: left; float: left;
} }
.navbarItem a { .navbarItem a {
...@@ -43,5 +43,5 @@ a:hover { ...@@ -43,5 +43,5 @@ a:hover {
text-decoration: none; text-decoration: none;
} }
.navbarItem a:hover { .navbarItem a:hover {
background-color: #00a900; background-color: #00a900;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment