apply here
Browse files- index.html +1 -1
- style.css +8 -1
index.html
CHANGED
|
@@ -321,7 +321,7 @@ Schedule Your Free FISMA Consultation
|
|
| 321 |
<a href="./contact-us.html" class="inline-block bg-[var(--vlc-navy)] hover:bg-[var(--vlc-navy-700)] text-white font-bold px-6 py-3 rounded-md">Start Your Fast-Track Compliance Now</a>
|
| 322 |
</div>
|
| 323 |
<div>
|
| 324 |
-
<img src="
|
| 325 |
</div>
|
| 326 |
</div>
|
| 327 |
</div>
|
|
|
|
| 321 |
<a href="./contact-us.html" class="inline-block bg-[var(--vlc-navy)] hover:bg-[var(--vlc-navy-700)] text-white font-bold px-6 py-3 rounded-md">Start Your Fast-Track Compliance Now</a>
|
| 322 |
</div>
|
| 323 |
<div>
|
| 324 |
+
<img src="https://huggingface.co/spaces/vlcsolutions/fisma-fasttrack-ninja/resolve/main/images/FISMA-and-NIS-banner-right.png" alt="FISMA Compliance Process" class="rounded-lg shadow-xl w-full hovered-element">
|
| 325 |
</div>
|
| 326 |
</div>
|
| 327 |
</div>
|
style.css
CHANGED
|
@@ -11,7 +11,6 @@ h1 {
|
|
| 11 |
font-size: 16px;
|
| 12 |
margin-top: 0;
|
| 13 |
}
|
| 14 |
-
|
| 15 |
p {
|
| 16 |
color: rgb(107, 114, 128);
|
| 17 |
font-size: 15px;
|
|
@@ -19,6 +18,14 @@ p {
|
|
| 19 |
margin-top: 5px;
|
| 20 |
}
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
.card {
|
| 23 |
max-width: 620px;
|
| 24 |
margin: 0 auto;
|
|
|
|
| 11 |
font-size: 16px;
|
| 12 |
margin-top: 0;
|
| 13 |
}
|
|
|
|
| 14 |
p {
|
| 15 |
color: rgb(107, 114, 128);
|
| 16 |
font-size: 15px;
|
|
|
|
| 18 |
margin-top: 5px;
|
| 19 |
}
|
| 20 |
|
| 21 |
+
.hovered-element {
|
| 22 |
+
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
.hovered-element:hover {
|
| 26 |
+
transform: scale(1.02);
|
| 27 |
+
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
|
| 28 |
+
}
|
| 29 |
.card {
|
| 30 |
max-width: 620px;
|
| 31 |
margin: 0 auto;
|