diff --git a/assets/css/index.css b/assets/css/index.css index e298b48..9db9c16 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -421,3 +421,20 @@ body::-webkit-scrollbar-thumb { background-color: rgb(79, 78, 78); border-radius: 5px; } + +#goToTop { + display: none; + position: fixed; + bottom: 10px; + right: 10px; + z-index: 99; + border: none; + outline: none; + background-image: url(../images/up-arrow.png); + background-size: contain; + width: 40px; + height: 40px; + cursor: pointer; + color: white; + cursor: pointer; +} \ No newline at end of file diff --git a/assets/images/up-arrow.png b/assets/images/up-arrow.png new file mode 100644 index 0000000..e616a38 Binary files /dev/null and b/assets/images/up-arrow.png differ diff --git a/html/index.html b/html/index.html index a2dbfff..4cb856a 100644 --- a/html/index.html +++ b/html/index.html @@ -149,6 +149,8 @@