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; -} +