DEV/WEBBE/tp4/ex1/css/style.css

13 lines
166 B
CSS
Raw Normal View History

2023-09-20 12:11:33 +02:00
main>section {
display: flex;
align-items:center;
justify-content:space-between;
}
section > section {
width: 25%;
}
section > section + section {
width: 50%;
}