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/css/faq.css b/css/faq.css index 97de94d..b4597b5 100644 --- a/css/faq.css +++ b/css/faq.css @@ -6,6 +6,22 @@ --color-events: #e30162; } +#scrollUpButton { + position: fixed; + bottom: 40px; + right: 20px; + background-color: #007BFF; + color: #ffffff; + border: none; + border-radius: 50%; + width: 40px; + height: 40px; + cursor: pointer; + z-index: 9999; +} + + + .dark-theme { --color-bg: #1c1b22; --color-text: #e1e1ec; diff --git a/faq.html b/faq.html index 8b25c56..835131b 100644 --- a/faq.html +++ b/faq.html @@ -243,6 +243,9 @@

+ + +