From eabe910f5a00e255f1592dd575d8c479b306d0fd Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Tue, 2 Feb 2021 19:31:21 +0530 Subject: [PATCH] home vue complete --- client/index.html | 315 ++++++++++++++++++++++++++++++++------------ client/scripts.html | 8 +- 2 files changed, 235 insertions(+), 88 deletions(-) diff --git a/client/index.html b/client/index.html index f29aef1..112d64c 100644 --- a/client/index.html +++ b/client/index.html @@ -21,6 +21,45 @@ display: block; } } + [v-cloak] { + display: none; + } + + .grid .imageContainer{ + height: 250px; + } + + .grid .contentContainer{ + display: none; + } + .grid .titleContainer{ + height: 70px; + + } + + .grid .titleContainer h5{ + font-size: 2rem; + } + + .grid .podcasts{ + + box-shadow: 0 0 0 0px rgb(0 0 0 / 20%); + } + + .grid .podcasts:hover{ + box-shadow: #ccc 10px 5px 16px 1px; + transition:all 0.25s; + transition-timing-function: ease-in-out; + } + + + .alignRight{ + text-align: right; + } + .alignLeft{ + text-align: left; + } + @@ -31,37 +70,69 @@
-