-1
I want to make a menu like this in the photo only 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;
}
Good evening! I advise you to paste the code to help, but it’s still very simple and easy to change. There is very little information in your post. No one can help without knowing more. See more!
– Eduardo S. Ferreira
Puts your html too
– hugocsl