From the list: Build ✔ Homepage: Navbar/Hero Image (Gradient) Kyle S. added this on Feb 25, 2019 Completed Feb 27, 2019 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development This took quite a bit of experimentation, but here are the main components.#masthead .header { position: absolute; top: 48px; width: 100%; z-index: 100; }.heroImage::after { background: linear-gradient(#000, #000 20%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.25) 90%); } Feb 27, 2019 at 8:30 PM No one was notified Kyle Sullivan completed this to-do. Feb 27, 2019 at 8:31 PM
Kyle Sullivan, Web Development This took quite a bit of experimentation, but here are the main components.#masthead .header { position: absolute; top: 48px; width: 100%; z-index: 100; }.heroImage::after { background: linear-gradient(#000, #000 20%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.25) 90%); } Feb 27, 2019 at 8:30 PM No one was notified
#masthead .header {position: absolute;
top: 48px;
width: 100%;
z-index: 100; }
.heroImage::after {background: linear-gradient(#000, #000 20%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.25) 90%); }