diff --git a/docs/404.html b/docs/404.html index 8385f62..418c698 100644 --- a/docs/404.html +++ b/docs/404.html @@ -14,6 +14,7 @@ + diff --git a/docs/about/index.html b/docs/about/index.html index b63b9ec..2ba4321 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -16,6 +16,7 @@ + diff --git a/docs/card.css b/docs/card.css index 27ff1d9..57727ed 100644 --- a/docs/card.css +++ b/docs/card.css @@ -5,8 +5,8 @@ border-radius: 10px; background: var(--color-primary); aspect-ratio: 2 / 3; - width: 280px; - max-height: 380px; + flex-basis: 280px; + max-width: 300px; padding: 10px; } diff --git a/docs/home.css b/docs/home.css new file mode 100644 index 0000000..81f22fe --- /dev/null +++ b/docs/home.css @@ -0,0 +1,40 @@ +.home-page-header { + display: flex; + flex-direction: column; + text-align: center; + gap: 10px; +} + +.home-page-header p { + text-align: center; + margin: 0; +} + +.search-bar { + display: flex; + background: white; + padding: 10px; + border-radius: 8px; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + gap: 10px; + align-items: center; + cursor: pointer; +} + +.search-bar input { + flex-grow: 1; + flex-basis: 600px; + background: inherit; + outline: none; + border: none; + font-size: 16px; + font-family: var(--body-font-family) +} + +.cards { + display: flex; + flex-wrap: wrap; + padding: 10px; + gap: 10px; + justify-content: center; +} diff --git a/docs/index.html b/docs/index.html index cc606b4..3f274f0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,6 +17,7 @@ + @@ -36,15 +37,48 @@ - - This site is under construction. Please excuse the mess. + + + + Movie RecommendationsA collection of quick recommendations and thoughts on movies + + + + + + - - - - - - + + + + + + + A NY City chef and her recently adopted niece adapt to their life together + + Authors for a New Yorker-esque magazine report on a small town in France + + + + + + + + + Genres + A-Z + Favorites + + + + + Recent + + + + + + @@ -87,9 +121,11 @@ - - - + + + + +
This site is under construction. Please excuse the mess.
A collection of quick recommendations and thoughts on movies