carro-itsur-pcm
Version:
componente car
42 lines (36 loc) • 699 B
CSS
.estiloDivCard {
box-shadow: 0 4px 8px 0 rgba(13, 138, 143, 0.541);
border-radius: 5px;
max-width: 300px;
margin: auto;
}
.estiloImgCard {
width: 100%;
border-radius: 5px 5px 0 0;
}
.b {
border: 0.5vmin solid gold;
}
.r {
border-radius: 100%;
}
.hb::before,
.ha::after {
content: '';
display: block;
position: absolute;
}
.bubble {
width: 40%;
height: 25%;
left: 73%;
top: 10%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 3vmin;
background: rgba(17, 17, 87, 0.507);
box-shadow: 0 -0.25vmin, 0 0.125vmin;
font-family: 'Comic Sans', 'Comic Neue', sans-serif;
}