I want to make a menu like this in the photo with a gray background.
css code:
#menu ul{
position:absolute;
list-style:none;
text-transform:uppercase;
left:-40px;
top:54%;
}
li{
margin:-20px 50px 0px 50px;
background-color:darkgray;
text-align: center;
display:inline-block;
padding:10px 65px 10px 2px;
}