Skip to content

Instantly share code, notes, and snippets.

@collinsb
Created October 8, 2020 20:11
Show Gist options
  • Save collinsb/51a64892bf5663e774636f8e08e8268f to your computer and use it in GitHub Desktop.
Save collinsb/51a64892bf5663e774636f8e08e8268f to your computer and use it in GitHub Desktop.
<style>
.quiz-container {
position: relative;
padding-bottom: 90%;
height: 0;
overflow: hidden;
}
.quiz-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:1025px) {
.quiz-container {
padding-bottom: 140%;
}
}
@media (max-width:640px) {
.quiz-container {
padding-bottom: 240%;
}
}
</style>
<div class="quiz-container">
<iframe src="https://quiz.chevronstemquiz.com/quiz/" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="yes">
</iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment