Şablon:Anasayfa/anabanner.css

Fen Ansiklopedisi sitesinden
09.10, 29 Eylül 2021 tarihinde Fenpedia (mesaj | katkılar) tarafından oluşturulmuş 126 numaralı sürüm ("* { box-sizing: border-box; } .flex-container { display: flex; flex-direction: row; } .flex-item-left { padding: 10px; flex: 70%; } .flex-item-r..." içeriğiyle yeni sayfa oluşturdu)
(fark) ← Önceki sürüm | Güncel sürüm (fark) | Sonraki sürüm → (fark)
* {
  box-sizing: border-box;
}

.flex-container { 
  display: flex;
  flex-direction: row;
}

.flex-item-left {
  padding: 10px;
  flex: 70%;
}

.flex-item-right {
  color: #ff5e5e;
  padding: 10px;
  flex: 30%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
div.card {
  border-spacing: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 8px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}