modified: templates/quiz.html

This commit is contained in:
SimolZimol
2025-06-01 19:16:29 +02:00
parent b62d154347
commit 0274d83333

View File

@@ -6,10 +6,15 @@
<script src="https://sdk.scdn.co/spotify-player.js"></script>
<style>
body {
background: linear-gradient(135deg, #191414 0%, #1DB954 100%);
color: #fff;
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
min-height: 100vh;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.controls {
margin: 20px 0;