Kart 46

Kart Başlığı
Kart Başlığı
.card46 {
width: 190px;
height: 254px;
background: lightgrey;
border: 3px inset white;
background: #e8e8e8;
box-shadow: inset 20px 20px 60px #c5c5c5, inset -20px -20px 60px #ffffff;
transition: all .5s ease-in-out;
border-radius: 1.5rem;
display: flex;
justify-content: center;
align-items: center;
font-weight: bolder;
color: #8a8989;
}

.card46:hover {
transform: translateY(-5px);
transition: all .5s ease-in-out;
}