6 lines
124 B
CSS
6 lines
124 B
CSS
#container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
list-style: none;
|
|
align-content: flex-start;
|
|
}
|