haleonearth
4/26/2018 - 8:25 PM

breadcrumbs full-width background gradient

Breadcrumbs styling for Comeaux Neue site: full-width gradient, horizontan left-to-right gray to white

Background color extends beyond container edge-width borders.

<style>
        #breadcrumb {
			background: linear-gradient(to right, #EEEEEE , #fff);
        }
        .breadcrumb {
        background-color: transparent;}
    </style>
    
    
	<div class="container">
		<ol class="breadcrumb">
			<li class="breadcrumb-item"><a href="/">Home</a></li>
			<li class="breadcrumb-item" aria-current="page">Staff</li>
		</ol>
	</div>