I'm having trouble creating a simple menu for my Bootstrap site.
What I want to achieve is something like this: https://i.sstatic.net/abZXC.png
This is what I have accomplished so far: https://i.sstatic.net/JFVC2.png
I've attempted to write the CSS code but it's not working as expected.
Below is the CSS Code I have written:
.navbar-nav li a {
height: 90px;
line-height: 60px;
margin: 0 10px;
background-color: #f1f1f1;
font-size: 1.1em;
border-radius: 10px;
}
Any assistance would be greatly appreciated.