body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
}
#quiz-container {
max-width: 600px;
margin: 50px auto;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
#question-container {
margin-bottom: 20px;
}
label {
display: block;
margin-bottom: 10px;
}
#result-container {
text-align: center;
font-weight: bold;
margin-top: 20px;
}
#result-container.correct {
color: green;
}
#result-container.incorrect {
color: red;
}
CODE PAGE
CODE PAGE
GET YOUR CODE
You have to wait 280 seconds.
Generating Download Link...
Download Now
body {
font-family: 'Arial', sans-serif;
background-color: #f4f4f4;
}
#quiz-container {
max-width: 600px;
margin: 50px auto;
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
}
#question-container {
margin-bottom: 20px;
}
label {
display: block;
margin-bottom: 10px;
}
#result-container {
text-align: center;
font-weight: bold;
margin-top: 20px;
}
#result-container.correct {
color: green;
}
#result-container.incorrect {
color: red;
}
0 Comments