Skip to content

Commit

Permalink
Quiz added About Chanakya
Browse files Browse the repository at this point in the history
  • Loading branch information
zalabhavy committed Jul 1, 2024
1 parent 60c110a commit 9f5e9d5
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/pages/resources/quiz/ChanakyaQuiz.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
import React from 'react'
import React from 'react';

const ChanakyaQuiz = () => {
return (
<div>ChanakyaQuiz</div>
)
}
<div className="chanakya-quiz-container">
<h1>Chanakya Quiz</h1>
<iframe
src="https://embed.quizgecko.com/quiz/chanakya-life-and-legacy-xvrvaq/play"
frameborder="0"
allow="fullscreen"
webkitallowfullscreen="true"
mozallowfullscreen="true"
referrerpolicy="no-referrer-when-downgrade"
style={{ width: '100%', height: '580px', overflow: 'hidden', marginTop: '4px', boxShadow: '0 4px 8px rgba(0, 0, 0, 0.2)', transition: 'all 0.3s ease' }}
></iframe>
</div>
);
};

export default ChanakyaQuiz;

0 comments on commit 9f5e9d5

Please sign in to comment.