car_itsur_dezs
Version:
Este es un componente en donde se describe un carro con imagen creado en la materia topicos avanzados de programacion
41 lines (36 loc) • 704 B
CSS
.estiloDivCard {
box-shadow: 0 4px 8px 0 rgba(58, 300, 10, 2.2);
border-radius: 15px;
max-width: 300px;
margin: auto;
}
.estiloImgCard {
width: 100%;
border-radius: 15px 15px 0 0;
}
.b {
border: 0.5vmin solid rgb(13, 230, 230);
}
.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: rgb(12, 236, 225);
box-shadow: 0 -0.25vmin, 0 0.125vmin;
font-family: 'Comic Sans', 'Comic Neue', sans-serif;
}