chaos/public/global.css

17 lines
206 B
CSS

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;
}