fix up html order elements + end-screen
This commit is contained in:
parent
7ffb3d8ef4
commit
4f6aca819f
2 changed files with 19 additions and 32 deletions
|
|
@ -31,8 +31,8 @@
|
|||
</div>
|
||||
<div class="rounded-elem white-color p-8 mt-2">
|
||||
<div class="ttt-play-area">
|
||||
<div class="absolute inset-0 flex items-center justify-center">
|
||||
<div class="focus-elem white-color rounded-elem hidden" id="ttt-end-screen">outcome</div>
|
||||
<div class="absolute inset-0 flex items-center justify-center hidden" id="ttt-end-screen">
|
||||
<div class="focus-elem white-color rounded-elem" id="end-msg">outcome</div>
|
||||
</div>
|
||||
<div class="ttt-cell" id="cell1"></div>
|
||||
<div class="ttt-cell" id="cell2"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue