From 7518ea68d28ac7d2c4f515f7f92889730f2cadf8 Mon Sep 17 00:00:00 2001 From: Abhiraj Date: Fri, 29 Dec 2023 17:55:56 +0530 Subject: [PATCH] update bg-video --- 01.bg-video/index.html | 5 +++-- 01.bg-video/style.css | 6 +++--- 02.Creative Loading Animation/index.html | 1 + 02.Creative Loading Animation/style.css | 2 +- 05. Top 5 Creative Buttons/btn1/style.css | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/01.bg-video/index.html b/01.bg-video/index.html index e78b5c0..afeb690 100644 --- a/01.bg-video/index.html +++ b/01.bg-video/index.html @@ -8,15 +8,16 @@
-
+ diff --git a/02.Creative Loading Animation/style.css b/02.Creative Loading Animation/style.css index 6f2e788..425bec9 100644 --- a/02.Creative Loading Animation/style.css +++ b/02.Creative Loading Animation/style.css @@ -31,7 +31,7 @@ body { } .loader .loading.one { - animation-delay: 0.3s; + animation-delay: 0.3s; /*defines when the animation will start for this element */ } .loader .loading.two { animation-delay: 0.4s; diff --git a/05. Top 5 Creative Buttons/btn1/style.css b/05. Top 5 Creative Buttons/btn1/style.css index 840e3d1..d7a3a13 100644 --- a/05. Top 5 Creative Buttons/btn1/style.css +++ b/05. Top 5 Creative Buttons/btn1/style.css @@ -23,7 +23,7 @@ a { transition: all 1s; } -a:before { +a::before { content: "DOWNLOAD"; font-weight: bold; color: #000; @@ -42,5 +42,5 @@ a:before { } a:hover:before { - transform: translateY(0); + transform: translateY(0%); }