david / src /sections /AcercaDe.css
JairoDanielMT's picture
serfd
aedd342
raw
history blame contribute delete
732 Bytes
.informacion {
padding: 10rem;
background-image: url("./../src/assets/fondoacercade.png");
background-size: cover;
background-position: center;
}
.foto img {
height: 13rem;
border-radius: 30%;
}
.cesar {
padding: 10px;
display: flex;
gap: 2rem;
justify-content: center;
align-items: center;
}
.texto-cesar span {
font-family: "Times New Roman", Times, serif;
font-size: 4.8rem;
line-height: 0.5;
}
.texto-cesar p {
width: 38rem;
}
.cesarin-contenedor {
display: flex;
justify-content: center;
align-items: center;
}
.cesarin {
width: 53rem;
display: flex;
flex-direction: column;
text-align: center;
}
.cesarin span {
font-family: cursive;
line-height: 1;
font-size: 4rem;
}