Update menu

This commit is contained in:
Gregoire Parant 2020-12-16 17:17:31 +01:00
parent 3e6aa84749
commit 1a27b7d2ee
3 changed files with 19 additions and 5 deletions

View file

@ -10,7 +10,9 @@
background-color: black;
color: white;
border-radius: 7px;
padding-bottom: 4px;
}
#menuIcon button img{
width: 14px;
}
#menuIcon section {
margin: 10px;
@ -18,6 +20,8 @@
</style>
<main id="menuIcon">
<section>
<button id="openMenuButton">Menu</button>
<button id="openMenuButton">
<img src="/static/images/menu.svg">
</button>
</section>
</main>