BasesWeb/BACKEND/PHP/tp4/ex1/css/style.css

13 lines
166 B
CSS
Raw Normal View History

2023-05-16 11:27:42 +02:00
main>section {
display: flex;
align-items:center;
justify-content:space-between;
}
section > section {
width: 25%;
}
section > section + section {
width: 50%;
}