ajout bouton retour memo
This commit is contained in:
parent
71ea39a6f7
commit
68939229d7
@ -3,6 +3,7 @@
|
|||||||
@section('page-css')
|
@section('page-css')
|
||||||
<link rel="stylesheet" href="/css/memory.css">
|
<link rel="stylesheet" href="/css/memory.css">
|
||||||
<link rel="stylesheet" href="/css/fonts/style.css" type="text/css">
|
<link rel="stylesheet" href="/css/fonts/style.css" type="text/css">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.mg__tile--inside {
|
.mg__tile--inside {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -12,6 +13,9 @@
|
|||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@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>
|
<div id="my-memory-game"></div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user