diff --git a/public/play-button.png b/public/play-button.png new file mode 100644 index 0000000..b46f038 Binary files /dev/null and b/public/play-button.png differ diff --git a/src/App.css b/src/App.css index d9deba6..214f685 100644 --- a/src/App.css +++ b/src/App.css @@ -100,11 +100,12 @@ header nav ul li { .movie h2 { font-size: 15px; margin: 0.5rem 0; + color: white; } .movie p { font-size: 14px; - color: #555; + color: #c1bdbd; } .movie button { diff --git a/src/components/MovieList.js b/src/components/MovieList.js index 9de3f35..4806e0d 100644 --- a/src/components/MovieList.js +++ b/src/components/MovieList.js @@ -62,7 +62,15 @@ function MovieList({ searchTerm }) { ); return ( -
Watch new movies at home ,every Friday
+