Skip to content

Instantly share code, notes, and snippets.

@cziem
Created November 12, 2018 10:08
Show Gist options
  • Save cziem/c1fe0e3e1f301d4841643f8d7b9fa8ee to your computer and use it in GitHub Desktop.
Save cziem/c1fe0e3e1f301d4841643f8d7b9fa8ee to your computer and use it in GitHub Desktop.
style the hero section
.hero {
background: url('../assets/images/ext.jpeg');
background-size: cover;
background-position: center center;
height: 20rem;
}
.overlay {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7)
}
.overlay h2 {
color: white;
text-transform: capitalize;
font-size: 3rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment