I'm struggling to center the text in my navbar, even though I've added a back button and other elements. Can someone help me figure out how to get this text centered?
Below is my current CSS code:
#navbar {
background: black;
top: 0px;
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
text-indent: center;
vertical-align: middle;
position: fixed;
z-index: 999;
right: 0px;
bottom: 10px;
}
#navbar > a{
margin-top:2%;
float:left;
}
If you want to take a look at it, here's a quick fiddle link: http://jsfiddle.net/w0sxf3fd/2/