Created
November 12, 2018 10:08
-
-
Save cziem/c1fe0e3e1f301d4841643f8d7b9fa8ee to your computer and use it in GitHub Desktop.
style the hero section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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