workadventure/front/dist/resources/html/gameMenuIcon.html
2020-12-15 17:31:55 +01:00

17 lines
350 B
HTML

<style>
#menuIcon button {
background-color: black;
color: white;
border-radius: 7px;
cursor: url('../logos/cursor_pointer.png'), pointer;
}
#menuIcon section {
margin: 10px;
}
</style>
<main id="menuIcon">
<section>
<button id="openMenuButton">Menu</button>
</section>
</main>