ajout bouton retour memo

This commit is contained in:
Jerome Morjon 2015-03-20 21:28:11 +01:00
parent 71ea39a6f7
commit 68939229d7
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
@section('page-css')
<link rel="stylesheet" href="/css/memory.css">
<link rel="stylesheet" href="/css/fonts/style.css" type="text/css">
<style>
.mg__tile--inside {
background-size: cover;
@ -12,6 +13,9 @@
@endsection
@section('content')
<div style="position: relative; left: 0; bottom:40%; padding-left:1%; ">
<a href="/"><img style="height: 80px;" src="{{ URL::to('imgs/previouspage.png') }}"></a>
</div>
<div id="my-memory-game"></div>
@endsection