Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Forked from anonymous/dabblet.css
Created April 26, 2013 14:44
Show Gist options
  • Select an option

  • Save gcyrillus/5467836 to your computer and use it in GitHub Desktop.

Select an option

Save gcyrillus/5467836 to your computer and use it in GitHub Desktop.
/* http://www.siteduzero.com/forum/sujet/css-blocs-imbriques-et-design-extensible */
html, body, #content1 {height:100%;width:100%;box-sizing:border-box;border:solid 1px ;border-radius:0.5em;box-shadow:0 0 5px, inset 0 0 5px;;}
html {background:white;
display:table;
padding:2%;
}
body {
background:green;
display:table-cell;
padding:2%;
}
#content1 {background:yellow;}
<div id="content1">Contenu</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment