mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Added some style logic
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<script src="./script/index.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
<div class="player-selection">
|
||||
|
||||
<div class="player-selection animate__animated">
|
||||
<h1>Player selection</h1>
|
||||
<form>
|
||||
<div class="player player-1">
|
||||
@@ -37,9 +37,10 @@
|
||||
|
||||
<div class="emoji-picker-container hidden">
|
||||
<emoji-picker class="animate__animated animate__fadeInUp"></emoji-picker>
|
||||
</div> -->
|
||||
<div class="emoji-picker-background"></div>
|
||||
</div>
|
||||
|
||||
<div class="game">
|
||||
<div class="game hidden animate__animated">
|
||||
<div class="box" id="box-1"></div>
|
||||
<div class="box" id="box-2"></div>
|
||||
<div class="box" id="box-3"></div>
|
||||
|
||||
Reference in New Issue
Block a user