Created
February 27, 2019 13:04
-
-
Save ugeugeHigh/2643ae932fbccf7d07fbc9acf3f14325 to your computer and use it in GitHub Desktop.
This file contains 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
header { | |
background-color: #EAE14E; | |
height:50px; | |
margin-top: 0; | |
} | |
#title { | |
margin-top:0; | |
} | |
body { | |
margin: 0; | |
background-color: #f5f5f5; | |
} | |
#wrap { | |
width:500px; | |
margin-top: 40px; | |
margin-left:auto; | |
margin-right: auto; | |
} | |
#text { | |
width:400px; | |
height: 30px; | |
padding: 0.3em 1em; | |
border: solid 2px #67c5ff; | |
border-radius: 3px; | |
transition: .4s; | |
} | |
#send { | |
height: 40px; | |
display: inline-block; | |
padding: 0.3em 1em; | |
background-color:#67c5ff ; | |
color: black; | |
border: solid 2px #67c5ff; | |
border-radius: 3px; | |
transition: .4s; | |
} | |
#qrcode { | |
width:100px; | |
margin-top:50px; | |
margin-right: auto; | |
margin-left: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment