Skip to content

Instantly share code, notes, and snippets.

@xml
Forked from pedrodelgallego/dabblet.css
Created April 17, 2013 11:10
Show Gist options
  • Save xml/5403472 to your computer and use it in GitHub Desktop.
Save xml/5403472 to your computer and use it in GitHub Desktop.
Untitled
.container {
position: relative;
left: 100px;
margin: 200px auto;
width: 500px;
height: 500px;
}
.circle {
}
.circle1{
}
.circle2{
}
.circle3{
}
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<div class="container">
<div class="circle circle1"> </div>
<div class="circle circle2"> </div>
<div class="circle circle3"> </div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment