padding color


Last updated


Last updated
.QRCODE_pic canvas{
text-align: center;
width:36em;
height:36em;
padding:1em;
box-shadow: inset 0 0 0 1em white;
}$("div[data-role=QRCode]").qrcode({ width:512, height:512, text : "123" });<div class="QRCODE_pic" data-role="QRCode"></div>