Skip to content

Instantly share code, notes, and snippets.

@thejungwon
Created September 28, 2018 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejungwon/9d5fe2747a53cb8164a63f8137afe5fc to your computer and use it in GitHub Desktop.
Save thejungwon/9d5fe2747a53cb8164a63f8137afe5fc to your computer and use it in GitHub Desktop.
html, body{
height:100%;
}
body{
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
margin:0;
font-family: sans-serif;
}
.overlay{
width:100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
}
h1{
color:#fff;
font-size:100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment