10 lines
142 B
CSS
10 lines
142 B
CSS
#config-box {
|
|
background-color: black;
|
|
width: 640px;
|
|
height: 480px;
|
|
}
|
|
|
|
#config-box {
|
|
display: flex;
|
|
flex-direction: row;
|
|
} |