feat: init board game game

This commit is contained in:
Julien Calixte
2025-08-05 22:41:53 +02:00
parent 859d6dfe88
commit e0947ab96d
8 changed files with 131 additions and 54 deletions

View File

@@ -46,3 +46,11 @@ main {
.meaning::after {
content: ')';
}
button:active {
transform: scale(0.96);
transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
button {
transition: transform 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}