diff --git a/index.php b/index.php index 7227245..da41818 100644 --- a/index.php +++ b/index.php @@ -10,16 +10,24 @@ 'Do Androids Dream of Electric Sheep', + 'author' => 'Philip K. Dick', + 'purchaseUrl' =>'http://example.com' + ], + [ + 'name' => 'Projekt Hail Mary', + 'author' => 'Ady Weir', + 'purchaseUrl' => 'http://example.com' + ] ]; ?> -

Recommended Book

- + +
  • + + + +
  • + \ No newline at end of file diff --git a/style.css b/style.css index 0b47c84..f40c127 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,4 @@ body { - display: grid; height: 100vh; margin: 0; font-family: sans-serif;