add projects

This commit is contained in:
Tutur33
2023-11-30 18:56:50 +01:00
parent 7b6ff0ba9a
commit a775842dfd
16 changed files with 302 additions and 39 deletions
+20
View File
@@ -0,0 +1,20 @@
body {
background-color: gray;
}
td {
width: 50px;
height: 50px;
}
table {
border-collapse:collapse;
}
.n {
background-color: black;
}
.b {
background-color: white;
}