Vorlage:Main page/styles.css: Unterschied zwischen den Versionen

Aus PadelWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 20: Zeile 20:
     padding: 8px;
     padding: 8px;
   }
   }
.item1 {
width:50%;
}
.item2 {
width:50%;
}

Version vom 26. Oktober 2025, 17:35 Uhr

  .flex-container {
    display: flex;
    justify-content: flex-start; 
    align-items: stretch; 
    /* flex-flow: row nowrap; */ 
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: stretch;

    background-color: #bbdefb;
    height: 100%;
    gap: 5px;

  }

  .flex-container > div{
    background: #ffecb3;
    border: 3px solid #ffcc80;
    border-radius: 5px;
    padding: 8px;
  }

.item1 {
width:50%;
}

.item2 {
width:50%;
}