Skip to content

Commit

Permalink
Merge pull request #149 from Achal-00/update-scroll-up
Browse files Browse the repository at this point in the history
update scroll up component
  • Loading branch information
dakshsinghrathore authored Nov 15, 2023
2 parents afc99b4 + 476690e commit 8b86a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ footer .copywrite {
.bg-mission1 {
background-image: url("../images/mission1-transformed.png");
background-size: cover;

}
.bg-mission2 {
background-image: url("../images/mission2-transformed.jpg");
Expand Down Expand Up @@ -506,7 +505,6 @@ footer .copywrite {
width: 80%;
}


.section-inner-center h3 {
font-size: 80px;
margin-bottom: 15px;
Expand Down Expand Up @@ -763,19 +761,14 @@ footer .copywrite {
bottom: 20px;
right: 20px;
z-index: 99;
background-color: #007bff;
color: #fff;
border: none;
background-color: transparent;
border: 2px solid #ff8504;
border-radius: 50%;
width: 50px;
height: 50px;
font-size: 24px;
cursor: pointer;
}

#scrollToTopButton:hover {
background-color: #0056b3;
}
.pointer-cursor{
.pointer-cursor {
cursor: pointer;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2>Subscribe to Our Newsletter</h2>
</div>

</div>
<button id="scrollToTopButton"><i class="fa-solid fa-up-long" style="color: #dcdce5;"></i></button>
<button id="scrollToTopButton"><i class="fa-solid fa-arrow-up" style="color: #ff8504;"></i></button>

<hr>
<ul>
Expand Down

0 comments on commit 8b86a36

Please sign in to comment.