Skip to content

Commit

Permalink
new-button-no-function
Browse files Browse the repository at this point in the history
  • Loading branch information
alurubalakarthikeya committed Aug 7, 2024
1 parent 2503837 commit 827d31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1265,13 +1265,14 @@ dialog {
.back-to-top {
color: var(--moon-color);
background-color: var(--main-green);
border: 1px solid var(--moon-color);
border: 2px solid var(--moon-color);
font-size: 2vh;
border-radius: 50%;
padding: 9px 16px 7px 16px;
position: fixed;
top: 85%;
right: 5%;
font-size: 2vh;
transition: 0.4s ease;
}

Expand Down

0 comments on commit 827d31d

Please sign in to comment.