Final style
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user