Our interactive Berlin quiz tests your knowledge of our capital city! Think you know everything there is to know about Germany’s capital? Then it’s time to put your knowledge to the test. Whether you’re a Berlin native or a curious tourist – our quiz has exciting questions for everyone. Soget ready and let’s find out how well you really know Berlin!
< scoped="">
#quiz {
font-family: Arialsans-serif;
color: white;
max-width: 600px;
padding: 20px;
background-color: #5271ff;
border-radius: 10px;
box-sizing: border-box;
}
#quiz * {
box-sizing: border-box;
}
#quiz .quiz-container {
width: 100%;
text-align: center;
}
#quiz .question {
margin-bottom: 20px;
}
#quiz .options {
list--type: none;
padding: 0;
}
#quiz .options li {
margin-bottom: 10px;
cursor: pointer;
border: 1px solid white;
padding: 10px;
border-radius: 5px;
}
#quiz .timer {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
#quiz .progress-bar-container {
width: 100%;
background-color: #ccc;
border-radius: 5px;
overflow: hidden;
height: 20px;
margin-bottom: 20px;
}
#quiz .progress-bar {
width: 100%;
height: 100%;
background-color: white;
transition: width 1s linear;
}
#quiz .results {
color: white;
}
#quiz .show-answers-button
#quiz .start-button {
margin-top: 20px;
padding: 10px 20px;
background-color: #ffffff;
color: #5271ff;
border: none;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
}
#quiz .answers-container {
display: none;
text-align: left;
margin-top: 20px;
}
#quiz .answers-container h4 {
margin-bottom: 10px;
color: white;
}
#quiz .answers-container p {
margin: 5px 0;
}
#quiz .separator {
border-bottom: 1px solid white;
margin: 10px 0;
}
#quiz .start-screen {
text-align: center;
}
#quiz .start-screen h2 {
font-size: 2.5em;
margin-bottom: 20px;
color: white;
}
#quiz .question-number {
font-size: 1.2em;
margin-bottom: 10px;
}
@media (max-width: 600px) {
#quiz {
padding: 10px;
}
#quiz .start-screen h2 {
font-size: 2em;
}
#quiz .options li {
padding: 8px;
}
}
>
Berlin Quiz
Time: 20s
Write hints and feedback about the quiz in the comments
