Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
artemave committed Nov 3, 2023
1 parent e6d0cda commit 1e068e7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ body {
word-wrap: break-word;
}

.copied {
font-size: 300%;
color: white;
position: absolute;
right: 0;
animation: fadeaway 5s;
}

.content {
position: absolute;
width: 100%;
Expand All @@ -124,15 +116,6 @@ body {
animation-play-state: paused;
}

@keyframes fadeaway {
from {
opacity: 1;
}
to {
opacity: 0;
}
}

#play {
height: 20%;
top: 31%;
Expand Down

0 comments on commit 1e068e7

Please sign in to comment.