Skip to content

Instantly share code, notes, and snippets.

@Tiorzfk
Created August 21, 2017 08:53
Show Gist options
  • Save Tiorzfk/6bb363d992670f374d7f0d283de026df to your computer and use it in GitHub Desktop.
Save Tiorzfk/6bb363d992670f374d7f0d283de026df to your computer and use it in GitHub Desktop.
img{
width: 100%;
}
#hero {
background-image: url('../img/Imagery/pexels-photo-58997.jpeg');
background-size: cover;
height: 700px;
text-align: center;
padding-top: 250px;
color: white;
}
#hero h1{
font-size: 6em;
font-weight: bold;
}
#hero h2{
font-size: 3em;
font-weight: lighter;
}
.btn.btn-custom {
border: 1px solid #07b8fb;
border-radius: 20px;
background: transparent;
padding: 13px 30px;
color: white;
font-size: 1.2em;
margin-top: 30px;
transition: ease 0.3s;
}
.btn.btn-custom:hover {
background: #07b8fb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment