Update menu
This commit is contained in:
+6
-2
@@ -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>
|
||||
Reference in New Issue
Block a user