Forum Moderators: not2easy
#block-box
{
text-align: center;
}
<div id="block-box">
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
</div>
I tried margin: auto auto in the #block-box and it didnt work. I also tried vertical-align middle and it didn't work.
Any suggestions?