Skip to content

Instantly share code, notes, and snippets.

@iamsebastian
Created June 24, 2014 21:47
Show Gist options
  • Select an option

  • Save iamsebastian/33c4ea2c6a706670478f to your computer and use it in GitHub Desktop.

Select an option

Save iamsebastian/33c4ea2c6a706670478f to your computer and use it in GitHub Desktop.
Untitled
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;
}
<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>
// alert('Hello world!');
{"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