css z tyc zdjec
Data utworzenia: 2025-04-28 09:12:21
.card {
height: 100%;
border: 2px solid wheat;
width: 20%;
margin: auto 20px;
}
.team .card-img {
height: 300px;
width: 100%;
object-fit: cover;
}
.team {
height: 500px;
}
.card-body {
text-align: center;
}
.card-body h5 {
text-shadow: 2px 2px 0 #000000;
text-transform: uppercase;
}
.card-body p {
font-size: 16px;
}
Powrót