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