You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
373 B
24 lines
373 B
body {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
#qrtext {
|
|
max-width: 512px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
width:80%;
|
|
padding: 5px 7px;
|
|
border: 1px solid #000;
|
|
border-radius: 10px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
#qrcode {
|
|
margin: 0 auto;
|
|
width:256px;
|
|
height:256px;
|
|
margin-top:15px;
|
|
padding: 10px;
|
|
border: 1px solid #000;
|
|
border-radius: 10px;
|
|
background-color: #f0f0f0;
|
|
}
|