mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-11-28 18:16:11 -05:00
9 lines
134 B
CSS
9 lines
134 B
CSS
|
body {
|
||
|
width: 578px;
|
||
|
padding: 16px;
|
||
|
margin: 0 auto;
|
||
|
background: #fff;
|
||
|
font-family: sans-serif;
|
||
|
color: #000;
|
||
|
}
|