Revelav3/static/style/master.css
2022-05-17 13:48:43 -04:00

20 lines
No EOL
312 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap');
*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
}
body {
background-color: rgb(60, 9, 108);
color: white;
}