This commit is contained in:
Sébastien André
2019-10-09 16:52:31 +02:00
parent 2688b66825
commit dd26e2c90b
2 changed files with 34 additions and 7 deletions

View File

@@ -15,3 +15,28 @@
.side-menu-active {
display: '' !important;
}
.navigation {
border: 1px red solid;
position: absolute;
width: 200px;
overflow: hidden;
z-index: 50;
background-color: grey;
padding: 5px;
}
.navigation ul {
list-style: none;
}
.navigation ul li {
margin: 5px;
}
.navigation ul li a {
text-decoration: none;
cursor: pointer;
color: black;
}