Created
May 9, 2017 23:57
-
-
Save Louiefigz/718501c957a8b743414ceace6fd377b1 to your computer and use it in GitHub Desktop.
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
.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