Skip to content

Instantly share code, notes, and snippets.

@Louiefigz
Created May 9, 2017 23:57
Show Gist options
  • Save Louiefigz/718501c957a8b743414ceace6fd377b1 to your computer and use it in GitHub Desktop.
Save Louiefigz/718501c957a8b743414ceace6fd377b1 to your computer and use it in GitHub Desktop.
.Home {
position: fixed;
left: 0;
width: 100%;
height: 100%;
background-repeat:no-repeat;
background-size:100%;
background-position:fill;
background-image: url(https://static.pexels.com/photos/50721/pencils-crayons-colourful-rainbow-50721.jpeg);
text-align: center;
}
.Instructions {
margin-top: 100px;
color: white;
font-size: 25px;
}
.Input {
position: relative;
text-align: center;
width: 25%;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment