FEAT: prototype game menu using html elements, better icon for text chat
This commit is contained in:
parent
855b55903b
commit
069f2f1cec
23 changed files with 520 additions and 226 deletions
16
front/dist/resources/html/gameMenuIcon.html
vendored
Normal file
16
front/dist/resources/html/gameMenuIcon.html
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
<style>
|
||||
|
||||
#menuIcon button {
|
||||
background-color: black;
|
||||
color: white;
|
||||
border-radius: 7px;
|
||||
}
|
||||
#menuIcon section {
|
||||
margin: 10px;
|
||||
}
|
||||
</style>
|
||||
<main id="menuIcon">
|
||||
<section>
|
||||
<button id="openMenuButton">Menu</button>
|
||||
</section>
|
||||
</main>
|
Loading…
Add table
Add a link
Reference in a new issue