diff --git a/Landing page/Landing_page.css b/Landing page/Landing_page.css index 049a66d..1a25eb0 100644 --- a/Landing page/Landing_page.css +++ b/Landing page/Landing_page.css @@ -233,3 +233,26 @@ 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 i{ + color: #f2f2f2; + line-height: 39px; + font-size: 25px; +} + diff --git a/index.html b/index.html index 711d367..b0d752e 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@ Issue solver +
+ +