scratch-vm/playground/playground.css

11 lines
132 B
CSS
Raw Normal View History

body {
background: rgb(36,36,36);
}
#blocks {
position: absolute;
left: 40%;
right: 0;
top: 0;
bottom: 0;
}