7 lines
104 B
CSS
Executable File
7 lines
104 B
CSS
Executable File
.container {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|