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