From 3b090590bcc8b467e5efbd2a886084b678cd7d3f Mon Sep 17 00:00:00 2001 From: dagoofybloke Date: Thu, 25 Jul 2024 17:25:05 +0530 Subject: [PATCH] Create rick astley dance --- resources/assets/snippets/rick astley dance | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 resources/assets/snippets/rick astley dance diff --git a/resources/assets/snippets/rick astley dance b/resources/assets/snippets/rick astley dance new file mode 100644 index 00000000..49844092 --- /dev/null +++ b/resources/assets/snippets/rick astley dance @@ -0,0 +1,6 @@ +{ + "title": "Rick Astley Dance", + "description": "enjoy the dance of Rickey Astley above your play-back bar while streaming songs on spotify", + "code": ".player-controls .playback-progressbar::before { content: ''; width: 350px; height: 300px; bottom: calc(100% - 7px); right: 1500px; position: absolute; image-rendering: pixelated; background-size: 350px 300px; background-image: url('https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZTBieXRiMngybjQxdXltMHl4d3gyYnBydG13a3F5cWFvbHRwd3RzZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/8BfWbo3zI8xbXL5dPa/giphy.gif'); }", + "preview": "https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZTBieXRiMngybjQxdXltMHl4d3gyYnBydG13a3F5cWFvbHRwd3RzZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/8BfWbo3zI8xbXL5dPa/giphy.gif" +}