Skip to content

Styling

Customize the QR code iframe appearance with CSS:

/* Size the iframe */
#deviceassure-iframe {
  width: 325px;
  height: 325px;
}

/* Center the QR code container */
#deviceassure {
  display: flex;
  justify-content: center;
  align-items: center;
}

See Also