Menu vertical drop-dow navigation

I need to create a vertical drop-down navigation menu, and I try with this code but it does not work
home.html
image
home.scss
ul {
display: none ;
}
button:hover ul {
background-color: #5f3;
display:block ;
}