diff --git a/styles.css b/styles.css index bac3f71..23f85d2 100644 --- a/styles.css +++ b/styles.css @@ -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%; @@ -124,15 +116,6 @@ body { animation-play-state: paused; } -@keyframes fadeaway { - from { - opacity: 1; - } - to { - opacity: 0; - } -} - #play { height: 20%; top: 31%;