Skip to content

Instantly share code, notes, and snippets.

@demeros
Created June 22, 2012 15:06
Show Gist options
  • Select an option

  • Save demeros/2973325 to your computer and use it in GitHub Desktop.

Select an option

Save demeros/2973325 to your computer and use it in GitHub Desktop.
Untitled
body{
text-align: center;
}
.main-block{
margin: 0 auto;
width: 980px;
border: 1px solid black;
position: relative;
}
.clear{
clear:both;
}
.left{
float: left;
width: 188px;
border: 1px solid black;
}
.center{
float: left;
width: 598px;
border: 1px solid black;
}
.right{
float: right;
width: 188px;
border: 1px solid black;
}
<div class="main-block">
<br/>
<br/>
<div class="left">
&nbsp;
</div>
<div class="center">
<div id="content-center">
&nbsp;
</div>
</div>
<div class="right">
&nbsp;
</div>
<br/> <br/> <br/>
</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment