ajout bouton retour memo
This commit is contained in:
parent
71ea39a6f7
commit
68939229d7
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user