diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/Random Password Generator/css/style.css b/Random Password Generator/css/style.css index 35fa333..656190b 100644 --- a/Random Password Generator/css/style.css +++ b/Random Password Generator/css/style.css @@ -5,7 +5,7 @@ body { .container { max-width: 400px; - margin: 0 auto; + margin: 7rem auto; text-align: center; background-color: #fff; padding: 20px; @@ -22,9 +22,9 @@ h1 { } input[type="number"] { - width: 100%; + width: 95%; padding: 10px; - margin-bottom: 10px; + margin-bottom: 15px; font-size: 16px; } diff --git a/Random Password Generator/index.html b/Random Password Generator/index.html index 491acb0..f3ec335 100644 --- a/Random Password Generator/index.html +++ b/Random Password Generator/index.html @@ -3,7 +3,7 @@
- +