rotation changed to original

This commit is contained in:
Samuel Philipp 2016-11-23 01:18:47 +01:00
parent f65d081896
commit 76b4aaa55b
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
card.flip({
trigger: 'click',
speed: 500,
reverse: true
reverse: false
});
});
</script>
@ -32,6 +32,7 @@
background-image: url("img/bg.png");
padding: 2%;
color: #fff;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
hr {