krista-m
4/29/2019 - 2:37 PM

Box shadow highlight behind words

.fl-module-heading.box-shadow h1,
.fl-module-heading.box-shadow h2,
.fl-module-heading.box-shadow h3,
.fl-module-heading.box-shadow h4,
.fl-module-heading.box-shadow h5,
.fl-module-heading.box-shadow h6 {
	-webkit-box-shadow: inset 0 -20px 0 0 rgba(242,229,225,0.4);
    -moz-box-shadow: inset 0 -20px 0 0 rgba(242,229,225,0.4);
	box-shadow: inset 0 -20px 0 0 rgba(242,229,225,0.4);
    display: inline;
}