Hardy commited on
Commit
f7f412b
·
verified ·
1 Parent(s): 1709d79

Background image https://overflowstorage.ie/wp-content/uploads/2020/03/shutterstock_555572530.jpg

Browse files
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -25,7 +25,9 @@
25
  </script>
26
  <style>
27
  .hero-section {
28
- background-color: #001f3f;
 
 
29
  height: 80vh;
30
  }
31
  .storage-unit {
 
25
  </script>
26
  <style>
27
  .hero-section {
28
+ background: linear-gradient(rgba(0, 31, 63, 0.7), rgba(0, 31, 63, 0.7)), url('https://overflowstorage.ie/wp-content/uploads/2020/03/shutterstock_555572530.jpg');
29
+ background-size: cover;
30
+ background-position: center;
31
  height: 80vh;
32
  }
33
  .storage-unit {