d132b1e9 by Dan Rempel

HHF 2018 summer remarketing ads - black overlay instead of blue

1 parent 1ca49ac6
...@@ -69,7 +69,6 @@ ...@@ -69,7 +69,6 @@
69 } 69 }
70 .img{ 70 .img{
71 position: absolute; 71 position: absolute;
72 opacity: 0;
73 } 72 }
74 .txt{ 73 .txt{
75 position: absolute; 74 position: absolute;
...@@ -83,7 +82,12 @@ ...@@ -83,7 +82,12 @@
83 } 82 }
84 83
85 #img1{ 84 #img1{
86 opacity: .5; 85 background-color: black;
86 width: 807px;
87 height: 608px;
88 }
89 #img1 img{
90 opacity: 0.85;
87 } 91 }
88 #txtb1{ 92 #txtb1{
89 top:252px; 93 top:252px;
...@@ -119,7 +123,8 @@ ...@@ -119,7 +123,8 @@
119 <!-- <a href="javascript:window.open(clickTag, '_blank');" class="cta"> --> 123 <!-- <a href="javascript:window.open(clickTag, '_blank');" class="cta"> -->
120 <div id="border"> 124 <div id="border">
121 125
122 <img id="img1" class="img" src="assets/img1@60.jpg" alt="img1@60" width="807"> 126 <div id="img1" class="img" ><img src="assets/img1@60.jpg" alt="img1@60" width="807"></div>
127 <!-- <img id="img1" class="img" src="assets/img1@60.jpg" alt="img1@60" width="807"> -->
123 <img id="txt1" class="txt" src="assets/txt1@2x.png" alt="txt1@2x" width="300"> 128 <img id="txt1" class="txt" src="assets/txt1@2x.png" alt="txt1@2x" width="300">
124 129
125 <img id="logo" src="assets/logo@2x.png" alt="Huntsville Hospital Foundation logo. Healthcare for Life. Here."> 130 <img id="logo" src="assets/logo@2x.png" alt="Huntsville Hospital Foundation logo. Healthcare for Life. Here.">
......