add directory exo-1

This commit is contained in:
3thernitydev
2024-10-22 13:14:17 +04:00
parent 62e29c13d9
commit fbd1ef013d
3 changed files with 59 additions and 16 deletions
+15
View File
@@ -0,0 +1,15 @@
* {
margin: 0;
padding: 0;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
}
body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: whitesmoke;
background-color: black;
}