diff options
author | akshay | 2025-04-11 13:38:32 +0530 |
---|---|---|
committer | GitHub | 2025-04-11 13:38:32 +0530 |
commit | 9f3cd15c8f6011c8beee96f7817708cd042d5b41 (patch) | |
tree | c40bd9f8b9327405e17698424dc5736affac6022 | |
parent | e622b0b80f88f4edd68559e0b4d1ca0fc9391f1f (diff) | |
download | scilab_case_study_hackathon-9f3cd15c8f6011c8beee96f7817708cd042d5b41.tar.gz scilab_case_study_hackathon-9f3cd15c8f6011c8beee96f7817708cd042d5b41.tar.bz2 scilab_case_study_hackathon-9f3cd15c8f6011c8beee96f7817708cd042d5b41.zip |
Update temp-results.astro
-rw-r--r-- | src/pages/temp-results.astro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/pages/temp-results.astro b/src/pages/temp-results.astro index f36297c..628d6c6 100644 --- a/src/pages/temp-results.astro +++ b/src/pages/temp-results.astro @@ -6,6 +6,11 @@ <meta charset="UTF-8" /> <title>Congratulations</title> <style> +body{ +background: #000000; +background: linear-gradient(180deg,rgba(0, 0, 0, 1) 31%, rgba(255, 0, 0, 1) 88%); + +} .center-container { height: 100vh; display: flex; @@ -34,7 +39,8 @@ } </style> </head> - <body> +<body> + <div class="center-container"> <button class="fancy-button" onclick="startCountdown(this)"> 🎉 Congratulations |