diff --git a/index.html b/index.html index d1611ce4..f2c8dcd2 100644 --- a/index.html +++ b/index.html @@ -1,37 +1,37 @@ - + - - - - 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 -
-
+
+
+

Unit Converter

+

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

+ Open +
+
+

Calculator

+

Perform quick calculations.

+ Open +
+
+

Password Generator

+

Create strong and secure passwords.

+ Open +
+
- - - \ No newline at end of file + + + diff --git a/tools/password.css b/tools/password.css index e9cbfdf4..a40d0ce9 100644 --- a/tools/password.css +++ b/tools/password.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); } .password-box { @@ -28,4 +28,4 @@ #copyBtn { padding: 0.6rem 1rem; margin-left: 0.5rem; -} \ No newline at end of file +} diff --git a/tools/password.html b/tools/password.html index 1e254be8..e15135a1 100644 --- a/tools/password.html +++ b/tools/password.html @@ -1,41 +1,49 @@ - + - - - - Password Generator - - - - -
-

Password Generator

- ← Back -
+ + + + Password Generator + + + + +
+

Password Generator

+ ← Back +
-
-
- - -
+
+
+ + +
-
-
-
-
- -
+
+
+
+
+ +
-
- -
+
+ +
-
- - -
-
+
+ + +
+
- - - \ No newline at end of file + + + diff --git a/tools/password.js b/tools/password.js index a5403093..246e90a6 100644 --- a/tools/password.js +++ b/tools/password.js @@ -40,4 +40,4 @@ copyBtn.addEventListener("click", () => { navigator.clipboard.writeText(resultField.value); alert("Password copied!"); } -}); \ No newline at end of file +});