From 9bbaffdd94e66826d81a2f4fc710b57809d1b0dc Mon Sep 17 00:00:00 2001 From: Sean Kirubi Date: Wed, 21 May 2025 09:48:37 +0300 Subject: [PATCH] did something interesting --- .vscode/settings.json | 3 +++ projects/clock/index.html | 3 +-- projects/random-password-generator/style.css | 4 +--- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..aef8443 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/projects/clock/index.html b/projects/clock/index.html index cb0ff41..1db9fe2 100644 --- a/projects/clock/index.html +++ b/projects/clock/index.html @@ -22,8 +22,7 @@ + alt=""/> diff --git a/projects/random-password-generator/style.css b/projects/random-password-generator/style.css index 11631d7..e9266de 100644 --- a/projects/random-password-generator/style.css +++ b/projects/random-password-generator/style.css @@ -81,6 +81,4 @@ body { transition: 0.4s; } -.active.alert-container { - right: -300px; -} +