diff --git a/webapp/home/static/home/css/about.css b/webapp/home/static/home/css/about.css index 64fd572..73a84d9 100644 --- a/webapp/home/static/home/css/about.css +++ b/webapp/home/static/home/css/about.css @@ -22,6 +22,19 @@ section:last-child { .textbox { margin: 4rem; } +#scrollToTop { + position: fixed; + bottom: -5rem; + right: 2rem; + background-color: var(--color); + color: white; + padding: .25rem; + border-radius: 50%; + cursor: pointer; + transition: background-color 0.25s ease; + transition: bottom 1s ease; + font-size: 2rem; +} /* Lists */ ol.nested > li { diff --git a/webapp/home/templates/home/about.html b/webapp/home/templates/home/about.html index 21c20a7..b24c4a4 100644 --- a/webapp/home/templates/home/about.html +++ b/webapp/home/templates/home/about.html @@ -81,12 +81,34 @@