h1 { margin: 0; font-size: 2.5rem; }
.quiz-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
.quiz-card { background-color: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.quiz-card h2 { color: #333; }
.quiz-card p { color: #555; }
.btn { background-color: #007BFF; color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; text-decoration: none; }
.btn:hover { background-color: #0056b3; }
Reviews
There are no reviews yet.