Portfolio/Websites/jefes-nextjs/app/home.css
2023-11-21 14:42:26 -08:00

35 lines
643 B
CSS

.content__section{
display: flex;
flex-direction: row;
}
.section__text{
display: flex;
flex-direction: column;
align-items: right;
text-align: left;
max-width: 50%;
padding-left: 10svw;
font-style: bold;
font-size: x-large;
line-height: 1.625;
margin-top: 4rem;
}
.section__images{
margin-top: 2rem;
align-items: left;
max-width: 50%;
}
.section__three{
display: flex;
flex-direction: column;
align-items: right;
text-align: left;
padding-left: 10svw;
font-style: bold;
font-size: x-large;
line-height: 1.625;
}
.Images__content{
z-index: -10;
}