diff --git a/Landing page/Landing_page.css b/Landing page/Landing_page.css index 049a66d..b745327 100644 --- a/Landing page/Landing_page.css +++ b/Landing page/Landing_page.css @@ -6,6 +6,9 @@ :root{ scroll-behavior: smooth; } +html{ + scroll-behavior: smooth; +} .header{ min-height: 100vh; width: 100%; @@ -233,3 +236,25 @@ nav .fa{ .fa-heart-o{ color: #f44336; } + +/*--Scroll up Button--*/ +.arrow-btn{ + position: fixed; + bottom: 30px; + right: 30px; + z-index: 9; +} +.arrow-btn a{ + height: 39px; + width: 37px; + text-align: center; + background: #1b1b1b; + display: block; + border-radius: 3px; + cursor: pointer; +} +.arrow-btn a span{ + color: #f2f2f2; + line-height: 39px; + font-size: 25px; +} diff --git a/index.html b/index.html index 711d367..493272a 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,13 @@ + Issue solver +
+ +