Anónimo

Cambios

De CEBES Perquín
156 bytes eliminados ,  14:40 29 mar 2021
sin resumen de edición
.container{
width: 100%;
max-width: 1200px;
height: 430px;
 
}
 
.card{
width: 330px;
height: 430px;
border-radius: 8px;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
transition: all 0.25s;
 
}
 
.card:hover{
transform: translateY(-15px);
box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}
 
.container .card .img{
width: 330px;
height: 220px;
}
 
.container .card .titulo{
font-weight: 600;
}
 
.container .card .parrafo{
padding: 0 1rem;
font-size: 16px;
font-weight: 300;
}
.container .card .boton-1 {
background-color: #ffffff;
}
 
.container-pos {
border: 2px solid #777;
display: flex;
padding: 12px;
}
 
.container-pos .content-pos {
border: 2px solid #777;
flex: 1;
}
 
.container-pos .side-pos {
margin-left: 10px;
}
 
.container-pos .side-pos .div-pos {
border: 2px solid #777;
height: 100px;
width: 100px;
}
 
.container .side .div-pos:not(:first-child) {
margin-top: 10px;
}