From b9622c057ca0334df6d92431b12c55126adf7e28 Mon Sep 17 00:00:00 2001 From: saiumasankar Date: Sun, 2 Jun 2024 20:35:54 +0530 Subject: [PATCH 1/3] Create settings.json --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json 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 From c85483c6fa665e6f22373d0f057b3ea05dcaf697 Mon Sep 17 00:00:00 2001 From: saiumasankar Date: Sun, 2 Jun 2024 21:00:59 +0530 Subject: [PATCH 2/3] updated the footer --- .vscode/settings.json | 3 --- home.html | 12 +++++++++--- style.css | 23 +++++++++++++---------- 3 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f673a71..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5502 -} \ No newline at end of file diff --git a/home.html b/home.html index e9a9a6f..a0d355d 100644 --- a/home.html +++ b/home.html @@ -193,9 +193,15 @@

Mastering Cosmic Gameplay

PACKABUNCHAS | Chrome Gaming

-

- PRIVACY NOTICE |TERMS OF SERVICE |COOKIES INFO |CHROME GAMING -

+ diff --git a/style.css b/style.css index 481e370..8215122 100644 --- a/style.css +++ b/style.css @@ -256,16 +256,6 @@ footer h2{ letter-spacing: 5px; padding-top: 30px; } -footer h3{ - text-align: center; - color: white; - font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - letter-spacing: 5px; - padding-top: 50px; -} -footer a:hover{ - color: #94dec3; -} .line{ display: flex; justify-content: center; @@ -423,3 +413,16 @@ footer a:hover{ } } +.foot-font +{ + display: flex; + justify-content: space-around; + align-items: center; + width: 50%; + margin-top: 5%; + margin-left: 25%; +} +.foot-font a:hover +{ + color: #94dec3; +} From fdfd7c2069943389db9a5ff58f62870ea8c9ce6b Mon Sep 17 00:00:00 2001 From: saiumasankar Date: Mon, 3 Jun 2024 12:53:21 +0530 Subject: [PATCH 3/3] updated the styless --- home.html | 6 +++--- style.css | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/home.html b/home.html index a0d355d..d763a1b 100644 --- a/home.html +++ b/home.html @@ -195,11 +195,11 @@

diff --git a/style.css b/style.css index 8215122..23e076f 100644 --- a/style.css +++ b/style.css @@ -422,7 +422,19 @@ footer h2{ margin-top: 5%; margin-left: 25%; } +.foot-font div +{ + display: flex; + justify-content: center; + width: 40%; +} +.foot-font div a +{ + text-align: center; + font-size: 75%; +} .foot-font a:hover { + color: #94dec3; }