workadventure/front/dist/resources/html/gameMenuIcon.html

16 lines
289 B
HTML

<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>