From 4f5f2834b2672aa0537ca280b7ee5f6d5b197935 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 31 Aug 2022 17:57:58 +0900 Subject: [PATCH] PUBLISH --- docs/card.css | 8 +- docs/{reviews => genres/comedy}/index.html | 54 +++--- docs/genres/drama/index.html | 69 ++++++++ docs/genres/index.html | 194 +++++++++++++++++++++ docs/genres/romance/index.html | 69 ++++++++ docs/style.css | 9 +- 6 files changed, 368 insertions(+), 35 deletions(-) rename docs/{reviews => genres/comedy}/index.html (59%) create mode 100644 docs/genres/drama/index.html create mode 100644 docs/genres/index.html create mode 100644 docs/genres/romance/index.html diff --git a/docs/card.css b/docs/card.css index 57727ed..b4c52b3 100644 --- a/docs/card.css +++ b/docs/card.css @@ -23,10 +23,12 @@ .card:hover .card-content { flex-basis: 50%; + transition-delay: 0ms; padding-top: 10px; } .card:hover .card-image { flex-basis: 50%; + transition-delay: 0ms; } .card-content { @@ -35,11 +37,13 @@ flex-direction: column; gap: 10px; justify-content: space-between; - transition: flex-basis 250ms ease-out; + transition: all 250ms ease-out; + transition-delay: 250ms; } .card-image { - transition: flex-basis 250ms ease-out; + transition: all 250ms ease-out; + transition-delay: 250ms; flex-grow: 1; flex-basis: 100%; object-fit: cover; diff --git a/docs/reviews/index.html b/docs/genres/comedy/index.html similarity index 59% rename from docs/reviews/index.html rename to docs/genres/comedy/index.html index 75b7a41..10afb59 100644 --- a/docs/reviews/index.html +++ b/docs/genres/comedy/index.html @@ -1,22 +1,14 @@ - Reviews - + Comedy + - - + + - + - - - - - - - - @@ -42,25 +34,23 @@
-
-
-

Reviews

-
- - -
- +
+
+

Comedy

+
+ + +
+
+

+ See more +
+
+ +
+
+ +