Skip to content

Commit

Permalink
Merge pull request #1608 from gitsofaryan/feature/botVisibility
Browse files Browse the repository at this point in the history
Feature/bot visibility
  • Loading branch information
sampadatiwari30 authored Oct 19, 2024
2 parents 4ab9401 + a9cdb9b commit 280b68d
Showing 1 changed file with 24 additions and 39 deletions.
63 changes: 24 additions & 39 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,47 +37,32 @@
});
})();
</script>
<script>








</script>
<style>
.scroll-btn {
position: fixed;
top: 150px;
right: 50px;
background-color: #635adc;
color: black;
border: none;
border-radius: 50%;
width: 45px;
height: 45px;
font-size: 24px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s;
display: flex;
z-index: 1000;
justify-content: center;
align-items: center;
}
.scrlUp{
position: fixed;
background-color: #635adc;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
top: 84.89%;
right: 40px;
top: 91.89%;
right: 4px;
bottom: 900px;
width:50px;
height: 50px;
width:40px;
height: 40px;
display: flex;
z-index: 1000;
justify-content: center;
align-items: center;
border-radius: 50%;
cursor: pointer;
font-size: 30px;
transition: background-color 0.3s;
transition: background-color 0.3s;
color: white;
}

.scrlUp:hover{
Expand Down Expand Up @@ -409,19 +394,19 @@ <h4>🍪Cookies Consent <svg xmlns="http://www.w3.org/2000/svg" width="24" heigh
</script>
<style>
.scroll-btn {
position: fixed;
top: 150px;
right: 50px;
background-color: #635adc;
color: white;
border: none;
border-radius: 50%;
width: 45px;
height: 45px;
font-size: 24px;
cursor: pointer;
position: fixed;
top: 115px;
right: 4px;
background-color: #635adc;
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
font-size: 24px;
cursor: pointer;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s;
transition: background-color 0.3s;
display: flex;
z-index: 1000;
justify-content: center;
Expand Down

0 comments on commit 280b68d

Please sign in to comment.