Spaces:
Running
Running
use as background image, increase image size to fill screen
Browse files- index.html +1 -2
- value-mapper.html +17 -1
index.html
CHANGED
|
@@ -39,12 +39,11 @@
|
|
| 39 |
<style>
|
| 40 |
body::before {
|
| 41 |
content: "";
|
| 42 |
-
background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/
|
| 43 |
background-size: cover;
|
| 44 |
background-position: center;
|
| 45 |
background-repeat: no-repeat;
|
| 46 |
background-attachment: fixed;
|
| 47 |
-
opacity: 0.2;
|
| 48 |
position: absolute;
|
| 49 |
top: 0;
|
| 50 |
left: 0;
|
|
|
|
| 39 |
<style>
|
| 40 |
body::before {
|
| 41 |
content: "";
|
| 42 |
+
background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/Gemini_Generated_Image_r9rw8yr9rw8yr9rw.png');
|
| 43 |
background-size: cover;
|
| 44 |
background-position: center;
|
| 45 |
background-repeat: no-repeat;
|
| 46 |
background-attachment: fixed;
|
|
|
|
| 47 |
position: absolute;
|
| 48 |
top: 0;
|
| 49 |
left: 0;
|
value-mapper.html
CHANGED
|
@@ -35,7 +35,23 @@
|
|
| 35 |
}
|
| 36 |
</style>
|
| 37 |
</head>
|
| 38 |
-
<body class="text-gray-200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
<!-- Navigation Bar (Updated for four pages) -->
|
| 40 |
<header class="bg-black shadow-lg no-print">
|
| 41 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
|
|
| 35 |
}
|
| 36 |
</style>
|
| 37 |
</head>
|
| 38 |
+
<body class="text-gray-200">
|
| 39 |
+
<style>
|
| 40 |
+
body::before {
|
| 41 |
+
content: "";
|
| 42 |
+
background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/Gemini_Generated_Image_r9rw8yr9rw8yr9rw.png');
|
| 43 |
+
background-size: cover;
|
| 44 |
+
background-position: center;
|
| 45 |
+
background-repeat: no-repeat;
|
| 46 |
+
background-attachment: fixed;
|
| 47 |
+
position: absolute;
|
| 48 |
+
top: 0;
|
| 49 |
+
left: 0;
|
| 50 |
+
right: 0;
|
| 51 |
+
bottom: 0;
|
| 52 |
+
z-index: -1;
|
| 53 |
+
}
|
| 54 |
+
</style>
|
| 55 |
<!-- Navigation Bar (Updated for four pages) -->
|
| 56 |
<header class="bg-black shadow-lg no-print">
|
| 57 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|