13 lines
183 B
CSS
Executable File
13 lines
183 B
CSS
Executable File
.parcour {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 22%;
|
|
margin: 0 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
#parcours {
|
|
display: flex;
|
|
justify-content: center;
|
|
} |