10 lines
113 B
CSS
10 lines
113 B
CSS
|
|
||
|
body {
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
.setting {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|