Spaces:
Running
Running
File size: 455 Bytes
aedd342 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
.InterestCard img{
max-width: 250px;
height: 250px;
border-radius: 10%;
}
.InterestCard {
width: 280px;
background-color: #fff4cc;
border-radius: 20px;
padding: 20px;
text-align: center;
}
.InterestCard:hover {
transform: scale(1.1);
}
.InterestCard h3 {
font-family: 'Times New Roman', Times, serif;
font-size: 22px;
color: var(--azuloscuro);
}
.texto-card{
width: 280px;
align-items: center;
} |