Skip to content

Instantly share code, notes, and snippets.

@dvnckr
Created August 14, 2012 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvnckr/3349927 to your computer and use it in GitHub Desktop.
Save dvnckr/3349927 to your computer and use it in GitHub Desktop.
Untitled
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow) no-repeat;
min-height: 100%;}
#wrapper {
width:1024px;
height: 720px;
background:black;
margin: auto;}
#bloc1{width:200px; height:200px;background: white; display:inline-block;}
#bloc2{
width:200px; height:200px;background: white;
display:inline-block;
}
#bloc3{
width:200px; height:200px;background: white;
display:inline-block;
}
#bloc4{
width:200px; height:200px;background: white;
display:inline-block;
}
#footer{ display: block; width: 850px; position: relative;}
<div id="wrapper">
<div id="footer">
<div id="bloc1">
</div>
<div id="bloc2">
</div>
<div id="bloc3">
</div>
<div id="bloc4">
</div>
<div>
</div>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment