Files
onix/onix-gui/GUI/app/globals.css
2024-05-03 11:10:14 +05:30

20 lines
291 B
CSS

* {
padding: 0;
margin: 0;
}
body{
min-width: 100vw;
min-height: 100vh;
background-color: #000000;
color: white;
font-family: "Ubuntu Mono", monospace;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}