Added tiglet smoll

This commit is contained in:
2024-06-04 00:30:52 +02:00
parent 733ac71368
commit d85587fdd5
6 changed files with 72 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background: #333;
color: #fff;
}