.quiz-table {
border-collapse: collapse;
margin: 20px auto;
font-size: 14px;
width: 66%;
min-width: 600px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.quiz-table th, .quiz-table td {
border: 1px solid #ccc;
padding: 8px;
text-align: center;
}
.quiz-table th {
background-color: #f2f2f2;
font-weight: bold;
}
.quiz-table input {
width: 50px;
padding: 5px;
font-size: 13px;
text-align: center;
}
.correct {
background-color: #c8f7c5;
}
.incorrect {
background-color: #f7c5c5;
}
14 | 19 | 13 | 12 | 16 | 11 | 18 | 15 | 17 | 20 | |
---|---|---|---|---|---|---|---|---|---|---|
1 | ||||||||||
2 | ||||||||||
3 | ||||||||||
4 | ||||||||||
5 | ||||||||||
6 | ||||||||||
7 | ||||||||||
8 | ||||||||||
9 | ||||||||||
10 |