Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created August 23, 2021 23:07
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 henshaw/325a13858fb28afaccfd6170400d4119 to your computer and use it in GitHub Desktop.
Save henshaw/325a13858fb28afaccfd6170400d4119 to your computer and use it in GitHub Desktop.
QR code CSS
.qrcode { display:none; }
/* Printer Friendly */
@media print {
.qrcode { display:block;text-align:center; }
}
@henshaw
Copy link
Author

henshaw commented Aug 24, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment