/* Tabs */ .tabs { width: 100%; background-color: #101112; } #tryagain{ border: 2px solid #f83b3b; color:#f83b3b } #congrats{ border: 2px solid #06ab2f; display:none; color:#06ab2f } body{ overflow-x:hidden; } .borbox { background-color: #eee; border-radius: 10px; } ul#tabs-nav { list-style: none; margin: 0; padding: 5px; overflow: auto; } ul#tabs-nav li { text-align: center; float: left; margin-left: 5%; margin-right: 1%; font-weight: bold; width: 10%; padding: 8px 10px; border-radius: 5px 5px 5px 5px; /*border: 1px solid #d5d5de; border-bottom: none;*/ cursor: pointer; } ul#tabs-nav li:hover, ul#tabs-nav li.active { text-align: center; background-color: #555555; } #tabs-nav li a { text-decoration: none; color: #FFF; } .tab-content { opacity: 1 !important; background-color: #FFF; } .quiz-container { display: flex; flex-direction: column; justify-content: center; width: 100%; margin-top: 10px; margin-bottom: 50px; position: relative; } .borbox { background-color: #eee; border-radius: 10px; } .question-container { width: 80%; margin: 5px 0; } .question-container h3 { font-size: 18px; } .question-container label { font-size: 14px; } .quiz-header { background-color: #eeeeee; width: 100%; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; } .quiz-header h1.hidden { display: none; } input[name="answer"]:checked + label { color: blue; } input[type="radio"]:checked + label { color: green; } input[type="radio"]:not(:checked) + label { color: red; } .quiz-header h1 { display: block; color: #535353; font-family: 'Morn-DemiBold'; font-size: 1.5rem; /* border-bottom: 5px solid #222; */ text-align: center; width: 50%; } .end-message.hidden { display: none; } .nav-btn.active { outline: 1px dotted !important; outline: 3px auto !important; } .inner-message { margin-top: 40px; } .end-message { display: block; position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 0px; } .play-again-button { margin-top: 20px; z-index: 2; } .question { margin-bottom: 10px; } .answer { padding: 5px; } .answer input { margin-right: 5px; cursor: pointer; } /* BACKGROUND NUMBERS */ .question1 { position: relative; } .question2 { position: relative; } .question3 { position: relative; } .question4 { position: relative; } .question5 { position: relative; } .question6 { position: relative; } #attend{ color:red; } #btnsub{ background-color: #656767; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 10px; box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 19%); } @media (max-width: 300px) { .quiz-header { padding: 60px; } .quiz-container .question1::before { right: -40px; } .quiz-container .question2::before { right: -40px; } .quiz-container .question3::before { right: -40px; } .quiz-container .question4::before { right: -30px; } .quiz-container .question5::before { right: -40px; } .quiz-container .question6::before { right: -40px; } }