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