mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-21 23:53:50 +01:00
11 lines
94 B
CSS
11 lines
94 B
CSS
|
|
html {
|
|
background: #eee;
|
|
padding: 20px;
|
|
}
|
|
|
|
main {
|
|
background: #fff;
|
|
padding: 10px;
|
|
}
|