h2 {
color: #010079;
text-shadow: 0 0 5px white;
border-left: solid 7px #010079;
padding-left: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

h3 {
background: linear-gradient(transparent 70%, #e9f4ff 70%);
}