Created
June 17, 2012 20:56
-
-
Save gcyrillus/2945724 to your computer and use it in GitHub Desktop.
gcyrillus pour le fun du sdz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="table"> | |
<div class="cell">1</div> | |
<div class="cell">2</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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