GUI for onix

This commit is contained in:
Mishalabdullah
2024-05-02 21:01:55 +05:30
parent 51557cdac1
commit 4ac9ce8815
42 changed files with 6661 additions and 0 deletions

19
onix-gui/app/globals.css Normal file
View File

@@ -0,0 +1,19 @@
* {
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;
}