Meet me
Let's chat code and have a cup of coffee or meet on zoom!
-Copyright | Shanna Walsh
+© | Shanna Walsh
- +diff --git a/css/main.css b/css/main.css index b5bd057..6249158 100644 --- a/css/main.css +++ b/css/main.css @@ -210,6 +210,12 @@ textarea { text-align: left; } + @media (prefers-reduced-motion: no-preference) { + html { + scroll-behavior: smooth; + } +} + /* Setting margins to zero to remove all browser default margins */ h1, @@ -337,6 +343,27 @@ textarea { width: 100%; } + #backToTopBtn { + display: none; + position: fixed; + bottom: 20px; + right: 30px; + z-index: 99; + font-size: 18px; + border: none; + outline: none; + background-color: #f4bedc; + color: #351d77; + cursor: pointer; + padding: 15px; + border-radius: 4px; + } + + #backToTopBtn:hover { + background-color: #eC91c4; + color: white; + } + /* -----Mobile Styles ----- */ /* Portfolio */ diff --git a/index.html b/index.html index 8c57dc5..ceda357 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,7 @@
Let's chat code and have a cup of coffee or meet on zoom!
-Copyright | Shanna Walsh
+© | Shanna Walsh
- +