From 8f49fe01247b5a2650ef767218e199cfb5d284b2 Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Mon, 9 Feb 2026 22:41:53 +0500 Subject: [PATCH] 404 add animation --- resources/views/errors/404.blade.php | 55 +++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index e185315..458a63d 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -63,7 +63,7 @@ /* change to alternating star opacities */ .all-stars { - animation: blinkblink 7s linear infinite; + animation: blinkblink 4s linear infinite; } @keyframes blinkblink { @@ -72,6 +72,25 @@ } } + @keyframes float { + 0% { + transform: translateY(0px); + } + + 50% { + transform: translateY(-25px); + } + + 100% { + transform: translateY(0px); + } + } + + .floating-object { + animation: float 3s ease-in-out infinite; + transform-box: fill-box; + } + .moon {} input[type=text] { @@ -100,7 +119,7 @@
404 Page not found - + @@ -137,6 +156,7 @@ + @@ -170,8 +190,39 @@ d="M249 311.1c1.4-.1.5-1.1.8-1.8.2.1.4.1.6.2.7.3.7.3 1.3-.2.2.4.3.8.5 1.2l.3.3c.1-.1.2-.3.2-.4.1-.7.1-1.5.2-2.3l.6.6c.5-.4 1-.9 1.5-1.4.2.7.4 1.3.5 2 .3-.1.5-.1.8-.2-.3.7-.6 1.2-.9 1.8-.1.2-.1.4-.1.6.2-.1.4-.1.6-.2.3-.2.6-.4 1-.7 0 1.2 1.1.7 1.6 1.1-.1.2-.2.3-.4.5-.5.7-.5.7 0 1.3-.7.3-1.3.5-2 .8-.8.3-.8.3-1 1.2-.7-.2-1.3-.5-2.1-.7l-.3.9c0 .1-.2.2-.2.2 0-.1-.1-.2-.1-.3 0-.3.1-.5.2-.9-.7-.2-1.5-.3-2.3-.5.6-.7.1-1.2-.3-1.6-.1-.5-.5-1-1-1.5z" /> + +