Skip to content

Instantly share code, notes, and snippets.

@ugeugeHigh
Last active February 27, 2019 12:45
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 ugeugeHigh/c115522307128fed193d322cd55d1bd8 to your computer and use it in GitHub Desktop.
Save ugeugeHigh/c115522307128fed193d322cd55d1bd8 to your computer and use it in GitHub Desktop.
header {
background-color: #EAE14E;
height:50px;
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