vlcsolutions commited on
Commit
005611a
·
verified ·
1 Parent(s): 550b02e

remove the background color of banner image

Browse files
Files changed (1) hide show
  1. index.html +2 -6
index.html CHANGED
@@ -225,12 +225,8 @@
225
  <main id="content" class="bg-white">
226
  <!-- ====== HERO / BANNER (Smart Shipping) ====== -->
227
  <section class="relative text-white" style="min-height:360px;">
228
- <div class="absolute inset-0"
229
- style="
230
- background:
231
- linear-gradient(rgba(0,32,96,.82), rgba(0,32,96,.82)),
232
- url('https://huggingface.co/spaces/vlcsolutions/barcode-blitz-logistics-manager/resolve/main/images/smart_shipping25.png')
233
- no-repeat center/cover;">
234
  </div>
235
  <!-- Decorative beams + soft dot field -->
236
  <div class="absolute inset-0 pointer-events-none"
 
225
  <main id="content" class="bg-white">
226
  <!-- ====== HERO / BANNER (Smart Shipping) ====== -->
227
  <section class="relative text-white" style="min-height:360px;">
228
+ <div class="absolute inset-0 bg-center bg-cover"
229
+ style="background-image: url('https://huggingface.co/spaces/vlcsolutions/barcode-blitz-logistics-manager/resolve/main/images/smart_shipping25.png')">
 
 
 
 
230
  </div>
231
  <!-- Decorative beams + soft dot field -->
232
  <div class="absolute inset-0 pointer-events-none"