Co co mit

This commit is contained in:
alexandre-pereira
2015-03-16 14:07:32 +01:00
parent 4ef3e7e8b3
commit f9251c68f9
10 changed files with 51 additions and 146 deletions

View File

@ -4,20 +4,14 @@
<link rel="stylesheet" href="/css/memory.css">
<style>
.mg__tile--inside {
overflow: hidden;
}
.mg__tile--inside img {
max-width: 100%;
background-size: cover;
}
</style>
@endsection
@section('content')
<div style="margin:auto;width:90%">
<div id="my-memory-game"></div>
</div>
<div id="my-memory-game"></div>
@endsection
@section('page-scripts')
@ -38,7 +32,7 @@
cards : cards2,
onGameStart : function() { return false; },
onGameEnd : function() { return false; }
});
}, {{$niveau}});
</script>