Skip to content

Commit

Permalink
removed it
Browse files Browse the repository at this point in the history
Removed css ; added tailwind RamakrushnaBiswal#84
  • Loading branch information
maitri-vv committed Oct 8, 2024
1 parent 33972d7 commit 5b59584
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,4 @@ body,
body{
background: #F1EADC;
}

/* App.css */
.back-to-top-btn {
position: fixed;
bottom: 10px;
right: 10px;
padding: 16px;
background-color: black;
color: white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
animation: bounce 1s infinite;
}

@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}

0 comments on commit 5b59584

Please sign in to comment.