Final style

This commit is contained in:
2025-01-07 11:26:57 +01:00
parent 01efeedbf8
commit c441593b0a
3 changed files with 127 additions and 194 deletions

View File

@ -6,16 +6,15 @@
<title>Quiz Results</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(to right, #6a11cb, #2575fc);
color: #333;
padding: 20px;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
overflow: auto;
min-height: 100vh;
}
.container {
@ -28,6 +27,9 @@
overflow-y: auto;
max-height: 90vh;
}
.container::-webkit-scrollbar{
display: none;
}
h1 {
text-align: center;