diff --git a/index.html b/index.html index 0f35c6b..5dacb94 100644 --- a/index.html +++ b/index.html @@ -8,25 +8,21 @@ Awesome Books + + + +
+
- - - - -
- - -

All awesome Books

-
@@ -39,6 +35,12 @@
+ + + + diff --git a/style.css b/style.css index dcefd69..086c160 100644 --- a/style.css +++ b/style.css @@ -88,9 +88,17 @@ nav p { color:black; } - div#date{ display:flex; flex-direction: row; justify-content: flex-end; } + +footer{ + border:1px solid black; + padding:15px 20px; + position:relative; + box-sizing: border-box; + bottom:0; + text-align: center; +}