Skip to content

Instantly share code, notes, and snippets.

@mazlum
Created April 8, 2018 09:30
Show Gist options
  • Select an option

  • Save mazlum/19008e07bb8e65ed4103a4f7a58ec89f to your computer and use it in GitHub Desktop.

Select an option

Save mazlum/19008e07bb8e65ed4103a4f7a58ec89f to your computer and use it in GitHub Desktop.
.container {
display: flex;
background: url("headercover.jpg") bottom center no-repeat;
background-size:cover;
flex-direction: column;
justify-content: center;
padding: 40px;
align-items: center;
height: 50vh;
}
.logo {
flex: 1;
width: 285px;
height: 38px;
}
.text {
flex: 1;
font-size: 20px;
color: #fff;
margin-top: 20px
}
.button {
flex: 1;
font-size: 16px;
color: #fff;
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment