heyarne.rect-packing/resources/public/style.css

20 lines
226 B
CSS

*,
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
min-height: 100vh;
}
body {
background: #eee;
color: #222;
font-family: sans-serif;
font-size: 14px;
line-height: 1.2;
}