Calculator Tools Calculator Tools
Create

Guerre Froide : Détruire ou Secourir ?

Nov 22, 2023

About this app

Un jeu de plateau sur le thème de la Guerre Froide où les joueurs doivent choisir entre détruire ou secourir.

[ { "search": "#game-board", "replace": "#game-board { \n width: 80vmin; \n height: 80vmin; \n display: grid; \n grid-template-columns: repeat(8, 1fr); \n grid-gap: 2px; \n background-color: #fff; \n border: 5px solid #000; \n margin: auto; \n transform: rotate(45deg); \n overflow: hidden; \n}" }, { "search": ".cell", "replace": ".cell { \n width: 100%; \n height: 100%; \n background: #eee; \n display: flex; \n justify-content: center; \n align-items: center; \n font-size: 1.5em; \n cursor: pointer; \n transition: background-color 0.3s; \n transform: rotate(-45deg); \n}" } ]

Related apps

Put this on your site

Source

                    [
{
"search": "#game-board",
"replace": "#game-board { \n width: 80vmin; \n height: 80vmin; \n display: grid; \n grid-template-columns: repeat(8, 1fr); \n grid-gap: 2px; \n background-color: #fff; \n border: 5px solid #000; \n margin: auto; \n transform: rotate(45deg); \n overflow: hidden; \n}"
},
{
"search": ".cell",
"replace": ".cell { \n width: 100%; \n height: 100%; \n background: #eee; \n display: flex; \n justify-content: center; \n align-items: center; \n font-size: 1.5em; \n cursor: pointer; \n transition: background-color 0.3s; \n transform: rotate(-45deg); \n}"
}
]