This repository has been archived on 2022-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
Web/css/main.css

17 lines
227 B
CSS
Raw Normal View History

2020-08-07 08:10:29 +02:00
html {
box-sizing: border-box;
font-family: sans-serif;
}
*, *::before, *::after {
box-sizing: inherit;
}
2020-08-07 08:39:02 +02:00
body {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
margin: 0;
2020-12-20 13:39:49 +01:00
color: #000000de;
}