Skip to content

Instantly share code, notes, and snippets.

Created February 6, 2012 02:45

Revisions

  1. @invalid-email-address Anonymous created this gist Feb 6, 2012.
    18 changes: 18 additions & 0 deletions dabblet.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    /**
    * The first commented line is your dabblet’s title
    */
    body {background:grey;}
    div {background-color:white;
    height:1200px;
    width:1200px;
    top:-1091px;
    overflow:hidden;
    position:relative;
    margin:0px auto 0px auto;
    transform:rotate(45deg);
    border-radius:1000px;}
    div:first-child{
    margin-bottom:400px
    }
    div:last-child{
    }
    8 changes: 8 additions & 0 deletions dabblet.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    <!-- content to be placed inside <body>…</body> -->
    <body>
    <div>
    <p>blah blah blah, im text</p>
    </div>
    <div>
    </div>
    </body>
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"view":"behind","prefixfree":"1","page":"result"}