diff options
author | akshay | 2025-04-11 14:38:23 +0530 |
---|---|---|
committer | GitHub | 2025-04-11 14:38:23 +0530 |
commit | 37d4d07a808b0b042269e9639f794e27327e8deb (patch) | |
tree | 0fc9f9c25fd15efe14a1609076f6602bcfe4f183 | |
parent | a7fbeca82fd74b1d174651f09939076f7ef3e624 (diff) | |
download | scilab_case_study_hackathon-37d4d07a808b0b042269e9639f794e27327e8deb.tar.gz scilab_case_study_hackathon-37d4d07a808b0b042269e9639f794e27327e8deb.tar.bz2 scilab_case_study_hackathon-37d4d07a808b0b042269e9639f794e27327e8deb.zip |
Update temp-results.astro
-rw-r--r-- | src/pages/temp-results.astro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pages/temp-results.astro b/src/pages/temp-results.astro index d2bd720..6e05a6c 100644 --- a/src/pages/temp-results.astro +++ b/src/pages/temp-results.astro @@ -6,15 +6,16 @@ <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; justify-content: center; align-items: center; - /*background-color: #f3f4f6;*/ -background: #000000; -background: linear-gradient(180deg,rgba(0, 0, 0, 1) 31%, rgba(255, 0, 0, 1) 88%); + /*background-color: transparent;*/ } |