Sito_di_storia/Gruppo4/Gruppo4.css
La Programmatrice Verde b73fec1a12 Merge sito gruppo 3
2025-03-17 17:10:49 +01:00

27 lines
310 B
CSS

.container {
display: flex;
align-items: flex-start;
gap: 15px;
}
.img_ll {
border-radius: 30px;
width: 30%;
height: auto;
}
.text {
flex: 1;
text-align: justify;
}
.container.reverse {
flex-direction: row-reverse;
}
.container.image-left {
flex-direction: row;
}