mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
11 lines
132 B
CSS
11 lines
132 B
CSS
|
body {
|
||
|
background: rgb(36,36,36);
|
||
|
}
|
||
|
#blocks {
|
||
|
position: absolute;
|
||
|
left: 40%;
|
||
|
right: 0;
|
||
|
top: 0;
|
||
|
bottom: 0;
|
||
|
}
|