From cead4a01e57cc6b6148ad72ef309df614a2bb355 Mon Sep 17 00:00:00 2001 From: ale Date: Mon, 19 May 2025 15:56:42 +0200 Subject: [PATCH] bounce css Signed-off-by: ale --- src/App.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/App.css b/src/App.css index 126c9b9..e50a476 100644 --- a/src/App.css +++ b/src/App.css @@ -15,18 +15,16 @@ h1 { } h4 { - white-space: nowrap; overflow: hidden; - position: relative; border-left: 1px solid #419de6; border-right: 1px solid #419de6; - transition: 0.2s; - width: 75%; + transition: 0.3s; + width: 85%; font-size: x-large; } h4:hover { - width: 90%; + width: 95%; } .bounce {