Şablon:Anasayfa/rastgele.css

Fen Ansiklopedisi sitesinden
.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item-left {
  background-color: #f1f1f1;
  flex: 50%;
}

.flex-item-right {
  background-color: dodgerblue;
  flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
/* soruların tekli gelmesi için */
.quiz .question {
	width: 100%;
	margin-left: 2em;
}