FEAT: prototype game menu using html elements, better icon for text chat
This commit is contained in:
+16
@@ -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>
|
||||
Reference in New Issue
Block a user