I need to make something with my links, i decided to move it on middle of site, i've already look for a help, but nothing was help me to make it that as i want. I want from it to look like that: I know, that example wasn't look so good, but atleast it showing what i want. For now,it's look like that
html:
<div id = "header">
<div class = "headerLinksClass">Lorem Ipsum</div>
<div class = "headerLinksClass">Lorem Ipsum</div>
<div class = "headerLinksClass">Lorem Ipsum</div>
<div class = "headerLinksClass">Lorem Ipsum</div>
<div style = "clear:both;"></div>
</div>
css:
#header{
max-width: 1580px;
margin: auto;
background-color:white; }
.headerLinksClass{
text-align: center;
display: block;
margin: 0 auto;
float:center;
}