maj css level memo
This commit is contained in:
parent
531d3b0015
commit
550ca526b9
@ -5,8 +5,7 @@
|
|||||||
<div class="referents">
|
<div class="referents">
|
||||||
<div class="referent game"
|
<div class="referent game"
|
||||||
onclick='location.href = "{{ URL::to('memo') }}";'
|
onclick='location.href = "{{ URL::to('memo') }}";'
|
||||||
style="background:url('{{ URL::to('imgs/memo.jpg') }}'); width: 50%;">
|
style="background:url('{{ URL::to('imgs/memo/memo2.png') }}'); background-repeat:no-repeat; background-size: contain; border: none; margin-top: 10%;">
|
||||||
<div class="infos">Mémo</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<div class="abso referents">
|
<div class="abso referents">
|
||||||
<div class="game active"
|
<div class="game active"
|
||||||
onclick='location.href = "{{ URL::to('puzzle') }}";'
|
onclick='location.href = "{{ URL::to('puzzle') }}";'
|
||||||
style="background:url('{{ URL::to('imgs/puzzle/puzzle.png') }}'); background-repeat:no-repeat; background-size: contain; border: none;">
|
style="background:url('{{ URL::to('imgs/puzzle/puzzle.png') }}'); background-repeat:no-repeat; background-size: contain; border: none; margin-top: 10%;">
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<button class="level" onclick="location.href='{{ URL::to('puzzle/jouer/1') }}'">
|
<button class="level" onclick="location.href='{{ URL::to('puzzle/jouer/1') }}'">
|
||||||
|
Reference in New Issue
Block a user