Created
May 23, 2012 19:42
-
-
Save pepelsbey/2777322 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
section { | |
float:left; | |
} | |
.box { | |
display:block; | |
margin:0 10px 10px 0; | |
width:100px; | |
height:100px; | |
overflow:hidden; | |
border-radius:50%; | |
} | |
.element { | |
display:block; | |
width:100px; | |
height:100px; | |
border:none; | |
background:#C00; | |
} |
This file contains 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
<section> | |
<div class="box"> | |
<div class="element"></div> | |
</div> | |
<div class="box"> | |
<custom class="element"></custom> | |
</div> | |
<custom class="box"> | |
<div class="element"></div> | |
</custom> | |
<div class="box"> | |
<iframe src="" class="element"></iframe> | |
</div> | |
<div class="box"> | |
<img src="" class="element"> | |
</div> | |
</section> | |
<section> | |
<div class="box element"></div> | |
<custom class="box element"></custom> | |
<div class="box element"></div> | |
<iframe src="" class="box element"></iframe> | |
<img src="" class="box element"> | |
</section> |
This file contains 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-vertical","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