Skip to content

Instantly share code, notes, and snippets.

View KDragos's full-sized avatar

Kristin Dragos KDragos

View GitHub Profile
.hero {
background: radial-gradient(
rgba(#008fac, 0.40),
rgba(#008FAC, 1)
), url('../images/bg.jpg') no-repeat;
background-size: cover;
}