Viquitexts:Donants de veu de Sant Jordi 2021/estil.css

De Viquitexts

.modes {

margin-top: 1.5em;
display: flex;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;

}

.mode {

flex: 1 1 0;
margin: 3px;
position: relative;
overflow: hidden;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);

}

.mode-contingut {

padding: 20px;
padding-bottom: 60px;
color: black;

}

.mode-descripcio {

margin: 10px 0;
line-height: 1.5em;
color: #424242;

}

.mode-accio {

font-size: 1.05em;
line-height: 1.5em;
position: absolute;
bottom: 0;
width: 100%;
text-align: left;
font-weight: bold;
padding: 10px 0 10px 20px;

}