Zuletzt bearbeitet vor einem Jahr
von Margit

Vorlage:CS Startseite/styles.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
.sectionflex {justify-content:start; gap:20px;    border-radius: 20px;
.sectionflex {justify-content:start; gap:20px;    border-radius: 20px;
     border: 1px solid #d9dfdf; padding:20px; background: #f3f3f3;}
     border: 1px solid #d9dfdf; padding:20px; background: #f3f3f3;}
.sectionflex > div {text-align: center;
.sectionflex > div {
     text-decoration: none; padding:10px !important;
     text-decoration: none; padding:10px !important;
     color: #798187; margin:0!important;
     color: #798187; margin:0!important;
Zeile 8: Zeile 8:
.sectionflex.col3 > div {flex-basis:22%}
.sectionflex.col3 > div {flex-basis:22%}
.sectionflex > div:hover {background:#fff}
.sectionflex > div:hover {background:#fff}
sectionflex.center {text-align:center}
sectionflex.plain {background:transparent; border:0}

Version vom 6. April 2023, 09:11 Uhr

h2 {margin: 1.8rem 0 0.5rem 0;}
.sectionflex {justify-content:start; gap:20px;    border-radius: 20px;
    border: 1px solid #d9dfdf; padding:20px; background: #f3f3f3;}
.sectionflex > div {
    text-decoration: none; padding:10px !important;
    color: #798187; margin:0!important;
    box-shadow: 0 0 1.25rem rgba(121, 129, 135, 0.5) !important;}
.sectionflex.col3 > div {flex-basis:22%}
.sectionflex > div:hover {background:#fff}
sectionflex.center {text-align:center}
sectionflex.plain {background:transparent; border:0}