diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f673a71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/github-profiles/index.html b/github-profiles/index.html index 5157144..77d240d 100644 --- a/github-profiles/index.html +++ b/github-profiles/index.html @@ -7,12 +7,14 @@ Github Profiles + +

GitHub

- + diff --git a/github-profiles/style.css b/github-profiles/style.css index b648f88..f0f45a2 100644 --- a/github-profiles/style.css +++ b/github-profiles/style.css @@ -5,7 +5,7 @@ } body { - background-color: #2a2a72; + background-color: #0b0b0c; color: #fff; font-family: 'Poppins', sans-serif; display: flex; @@ -25,7 +25,7 @@ body { .user-form input { width: 100%; display: block; - background-color: #4c2885; + background-color: #060607; border: none; border-radius: 10px; color: #fff; @@ -39,6 +39,7 @@ body { .user-form input::placeholder { color: #bbb; + } .user-form input:focus { @@ -111,3 +112,15 @@ body { max-width: 400px; } } + +h1{ + text-align: center; + font-size: 3.5rem; + margin-bottom: 0.5rem; +} +img{ + height: 5rem; + width: 5rem; +} + +