We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b18227 commit 345bdc9Copy full SHA for 345bdc9
qr.html
@@ -6,6 +6,9 @@
6
<title>QR Code Decoder</title>
7
<script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script>
8
<style>
9
+ * {
10
+ box-sizing: border-box;
11
+ }
12
body {
13
font-family: Arial, sans-serif;
14
max-width: 800px;
0 commit comments