chaos/public/global.css

17 lines
206 B
CSS
Raw Permalink Normal View History

2019-08-01 12:49:55 +00:00
body, html
{
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
outline: 0;
--easing: cubic-bezier(0.4, 0.0, 0.2, 1);
}
*, *::before, *::after
{
box-sizing: border-box;
}