Created
June 24, 2014 21:47
-
-
Save iamsebastian/33c4ea2c6a706670478f 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,html { | |
| background-color: #D5DAE0; | |
| background-image: url(); | |
| background-repeat:no-repeat; | |
| background-attachment:scroll; | |
| background-position:top; | |
| margin: 0px; | |
| padding: 0px; | |
| height: 100%; | |
| } | |
| div{ | |
| border-width: 2px; | |
| border-style: dashed; | |
| border-color: hsla(0,0%,0%,.5); | |
| border-collapse: collapse; | |
| border-left: 0px; | |
| border-right: 0px; | |
| } | |
| #wrapper1 { | |
| width: 600px; | |
| height: 100%; | |
| margin: 0 auto -40px; | |
| } | |
| #header1 { | |
| height: 75px; | |
| width: 100%; | |
| border: 0px; | |
| border-left: 1px solid #999999; | |
| border-right: 1px solid #999999; | |
| } | |
| header { | |
| height: 32px; | |
| width: 100%; | |
| border: 4px; | |
| border-left: 2px solid #999999; | |
| border-right: 2px solid #999999; | |
| } | |
| #contentliquid1 { | |
| float: left; | |
| width: 100%; | |
| height: 100%; | |
| border-left: 1px solid #999999; | |
| border-right: 1px solid #999999; | |
| } | |
| #content11 { | |
| margin-left: 260px; | |
| height: 30%; | |
| background-color: #789; | |
| border: 0px; | |
| } | |
| #leftcolumn1 { | |
| float: left; | |
| width: 241px; | |
| margin-left: -100%; | |
| background-color: #999; | |
| border-left: 0px; | |
| border-right: 1px solid; | |
| border-color: #999999; | |
| height: 30%; | |
| margin-bottom: -1px; | |
| } | |
| footer { | |
| height: 40px; | |
| width: 100%; | |
| background-color: #99a; | |
| border: 0px; | |
| border-left: 1px solid; | |
| border-top: 1px solid; | |
| border-color: #999999; | |
| } |
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> | |
| <div id="wrapper1"> | |
| <div id="header1"> | |
| <p><strong>sdfsdfsdf</strong></p> | |
| </div> | |
| <header id="navigation1" align="center"> | |
| header bar here | |
| </header> | |
| <div id="contentliquid1"> | |
| <div id="content11">body of the page here</div> | |
| </div> | |
| <div id="leftcolumn1">navigation pane here</div> | |
| </div> | |
| <footer> | |
| <div style="display: table-cell; vertical-align: middle;">asdasdasd</div> | |
| </footer> | |
| </body> |
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
| // alert('Hello world!'); |
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":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment