Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created May 23, 2012 19:42
Show Gist options
  • Save pepelsbey/2777322 to your computer and use it in GitHub Desktop.
Save pepelsbey/2777322 to your computer and use it in GitHub Desktop.
Untitled
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;
}
<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>
{"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