From b9f0789f802575d1976de1ae86b87a03d90d52cd Mon Sep 17 00:00:00 2001 From: totaro <66010583+totaro@users.noreply.github.com> Date: Mon, 22 Jan 2024 20:53:15 +0200 Subject: [PATCH] Add files via upload --- style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index a6d16d2..254f39c 100644 --- a/style.css +++ b/style.css @@ -1101,8 +1101,6 @@ width:15rem; background: tomato; border-radius: 10px; - /* transition: 0.3s; */ - animation: 2s linear infinite animateborder; } @@ -1125,9 +1123,6 @@ .animated_box2{ overflow: hidden; - /* transition: all .4s ease; */ - transition: animation 2s ease; - } .animated_box2::before{ @@ -1136,6 +1131,7 @@ height: 60%; width:140%; display: none; + transition: animation 2s ease; } .animated_box2:hover::before{ @@ -1151,6 +1147,7 @@ position: absolute; content: ''; inset:3px; + transition: inset 2s; border-radius: 10px; background: #243063; }