Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Created June 17, 2012 20:56
Show Gist options
  • Save gcyrillus/2945724 to your computer and use it in GitHub Desktop.
Save gcyrillus/2945724 to your computer and use it in GitHub Desktop.
gcyrillus pour le fun du sdz
/* gcyrillus pour le fun du sdz */
html, body , .table {height:100%;width:100%;margin:0;padding:0;}
.table {display:table;}
.cell {display:table-cell;}
.table {border-spacing:20px;}
.cell{
border:solid #E6E6E6 5px;
border-radius:1em;
background:#E6E6E6;
box-shadow:inset 0 0 0px 10px white;
padding:15px;
}
<div class="table">
<div class="cell">1</div>
<div class="cell">2</div>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment