Created
June 22, 2012 15:06
-
-
Save demeros/2973325 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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; | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="main-block"> | |
| <br/> | |
| <br/> | |
| <div class="left"> | |
| | |
| </div> | |
| <div class="center"> | |
| <div id="content-center"> | |
| | |
| </div> | |
| </div> | |
| <div class="right"> | |
| | |
| </div> | |
| <br/> <br/> <br/> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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