8 lines
101 B
CSS
8 lines
101 B
CSS
|
|
#infos article {
|
|
display: flex;
|
|
flex-direction: column;
|
|
place-content: center;
|
|
height: 200px;
|
|
}
|