bl-frontend-rs/css/service_card.css

14 lines
298 B
CSS
Raw Normal View History

2023-04-10 13:25:04 +00:00
.service-card-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px;
background-color: white;
border-radius: 20px;
box-shadow: -10px 30px 70px rgba(219, 222, 225, 0.4);
width: 352px;
height: 458px;
}