Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created December 2, 2013 14:52
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 aurelkurtula/7750600 to your computer and use it in GitHub Desktop.
Save aurelkurtula/7750600 to your computer and use it in GitHub Desktop.
Elegant layout
/**
* Elegant layout
*/
*{
margin: 0 ; padding: 0;
}
body{
background: url(http://static.tumblr.com/ajnepim/ERnmskide/pw_maze_white.png);
}
article{
display: block;
background: white;
width: 60%;
height: 200px;
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
margin: 45px auto 5px 0;
}
.footer{
background: #f9f9f9;
width: 100%;
height: 200px;
margin: 50px auto;
border-top: 1px solid darken(#ececec, 10%);
border-bottom: 1px solid darken(#ececec, 10%);
}
<!--Elegant layout -->
<article></article><article></article><article></article><article></article>
<div class="footer"></div>
{"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