Created
October 8, 2020 20:11
-
-
Save collinsb/51a64892bf5663e774636f8e08e8268f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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