diff --git a/index.html b/index.html index fa2ffa5f..64f1d8ce 100644 --- a/index.html +++ b/index.html @@ -1,43 +1,42 @@ - + - - - - All-in-One Tools - - - -
-

All-in-One Tools

-

A collection of useful tools, all in one place.

-
+ + + + All-in-One Tools + + + +
+

All-in-One Tools

+

A collection of useful tools, all in one place.

+
-
-
-

Unit Converter

-

Convert between common units (length, weight, temperature).

- Open -
-
-

Calculator

-

Perform quick calculations.

- Open -
-
-

Password Generator

-

Create strong and secure passwords.

- Open -
-
-

QR Code Generator

-

Turn text or links into QR codes.

- Open -
+
+
+

Unit Converter

+

Convert between common units (length, weight, temperature).

+ Open +
+
+

Calculator

+

Perform quick calculations.

+ Open +
+
+

Password Generator

+

Create strong and secure passwords.

+ Open +
+
+

QR Code Generator

+

Turn text or links into QR codes.

+ Open +
+
-
- - - - \ No newline at end of file + + + diff --git a/tools/qr.css b/tools/qr.css index d8e41711..1a778e40 100644 --- a/tools/qr.css +++ b/tools/qr.css @@ -4,7 +4,7 @@ background: white; padding: 1.5rem; border-radius: 12px; - box-shadow: 0 4px 8px rgba(0,0,0,0.1); + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; } @@ -22,4 +22,4 @@ #qrcode { margin-top: 1.5rem; -} \ No newline at end of file +} diff --git a/tools/qr.html b/tools/qr.html index 50db23fb..c2534240 100644 --- a/tools/qr.html +++ b/tools/qr.html @@ -1,37 +1,37 @@ - + - - - - QR Code Generator - - - - - - -
-

QR Code Generator

- ← Back -
+ + + + QR Code Generator + + + + + + +
+

QR Code Generator

+ ← Back +
-
-
- - -
+
+
+ + +
-
- -
+
+ +
-
+
-
- -
-
+
+ +
+
- - - \ No newline at end of file + + + diff --git a/tools/qr.js b/tools/qr.js index f7e00699..f62f5de6 100644 --- a/tools/qr.js +++ b/tools/qr.js @@ -17,7 +17,7 @@ generateBtn.addEventListener("click", () => { // Generate new QR qr = new QRCode(qrCodeContainer, { - text: text, + text, width: 200, height: 200, colorDark: "#000000", @@ -50,4 +50,4 @@ function downloadImage(dataUrl) { document.body.appendChild(link); link.click(); document.body.removeChild(link); -} \ No newline at end of file +}