html - <li> in center of page -
i have html code:
<div id="site"> <ul> <li><a href="http://roblox.com/orinthian-soldier-item?id=111514918&rbxp=61629949">orinthian soldier</a></li> <li><a href="http://roblox.com/sk8r-boi-item?id=16101707&rbxp=61629949">sk8r boi</a></li> <li><a href="http://roblox.com/tokyokhaos-super-happy-fun-monkey-companion-item?id=15857967&rbxp=61629949">tokyokhaos super happy fun monkey companion</a></li> <li><a href="http://web.roblox.com/dangerface-item?id=44561190&rbxp=61629949">dangerface</a></li> <li><a href="http://web.roblox.com/captain-of-the-pikemen-item?id=52556526&rbxp=61629949">captain of pikemen</a></li> </ul> </div>
this css:
#site { background: #fff; max-width: 1075px; margin-left: 120px; margin-right: 120px; box-shadow: 0px 0px 15px 0px #000; padding: 2px; -moz-box-shadow: 0 0 15px 0px #000; -webkit-box-shadow: 0 0 15px 0px #000; } #site p { text-align: left; margin-right: 30px; margin-left: 30px; } #site h1 { text-align: center; } #site h2 { text-align: left; margin-right: 30px; margin-left: 30px; } #site h3 { margin-right: 30px; margin-left: 30px; text-align: left; }
the problem text <li>
tags @ center of page; how resolve this? http://prntscr.com/6y5c3j
many thanks.
i have tested code, nothing wrong in code. http://tinypic.com/r/4uyvwk/8
maybe centered <li>
tag because of other css?
Comments
Post a Comment