Skip to content

Commit

Permalink
Merge pull request #360 from Abidsyed25/go-to-top
Browse files Browse the repository at this point in the history
modified-go-to-top
  • Loading branch information
Priyanshi662 authored Feb 17, 2024
2 parents 3ef663a + c19810d commit cb5365e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
18 changes: 0 additions & 18 deletions Assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,24 +544,6 @@ html {
scroll-behavior: smooth;
}

#arrow {
position: fixed;
top: 90vh;
left: 95vw;
background-color: aqua;
text-decoration: none;
width: 3vw;
height: 3vw;
border-radius: 40%;
display: flex;
align-items: baseline;
justify-content: center;
font-weight: 500;
font-size: 2vw;
border: aqua;
z-index: 1000;

}

::-webkit-scrollbar {
width: 15px;
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,6 @@ <h2>Recipe App</h2>
<button onclick="window.location.href='Recipe-App/index.html'">Go!</button><br>
</div>

<!-- Home button to scroll back to the top of the home page -->
<a href="#" id="arrow"> &#x2191 </a>




Expand Down

0 comments on commit cb5365e

Please sign in to comment.