UNPKG

@leofavre/memory-game-component

Version:

A memory game web component.

20 lines (17 loc) 286 B
html { height: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { display: flex; align-items: center; margin: 0; min-height: 100%; background: #ddd; } memory-game { --memory-game-cards-per-line: 6; width: 90%; margin: auto; }