Use angluar-flippy to flip cards

This commit is contained in:
Juraj Michalek
2014-12-25 14:33:43 +00:00
parent 4dd6fa8c36
commit 7609ffdfd3
6 changed files with 203 additions and 14 deletions

View File

@@ -24,6 +24,7 @@
color: #996633;
cursor: pointer;
}
.buttonStyle:active {
border: thin solid #99CC00;
background-color: #F5FFD2;
@@ -32,8 +33,11 @@
}
.card {
width: 10em;
height: 10em;
width: 5em;
height: 5em;
margin: 0.2em;
float: left;
cursor: pointer;
}
.solved {
@@ -54,5 +58,5 @@
.mystery {
background: blue;
color: blue;
}