7 lines
105 B
CSS
7 lines
105 B
CSS
|
|
.container {
|
||
|
|
justify-content: space-evenly;
|
||
|
|
}
|
||
|
|
|
||
|
|
.container div {
|
||
|
|
background-color: aquamarine;
|
||
|
|
}
|