auto play boxes + get rid of tailwind

This commit is contained in:
JurajKubrican
2025-02-11 21:40:50 +01:00
parent 42488c4fb1
commit 482b872c5e
5 changed files with 152 additions and 102 deletions

9
css/boxes.css Normal file
View File

@@ -0,0 +1,9 @@
.boxes-container {
max-width: 800px;
margin: 100px auto;
}
.boxes-container input{
height: 20px;
width: 20px;
margin: 2;
}